]> git.cameronkatri.com Git - mandoc.git/blobdiff - mansearch.h
do not crash when a tbl(7) cell uses roman font
[mandoc.git] / mansearch.h
index 355873f83e09e70e2d1a1660bbc6dc0891db489b..8a0aa121d0c6a50404fc37cdb7d197248c4362d9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mansearch.h,v 1.29 2018/11/22 12:01:46 schwarze Exp $ */
+/*     $Id: mansearch.h,v 1.30 2019/04/30 18:51:57 schwarze Exp $ */
 /*
  * Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -92,6 +92,7 @@ struct        manpage {
        char            *file; /* to be prefixed by manpath */
        char            *names; /* a list of names with sections */
        char            *output; /* user-defined additional output */
+       uint64_t         bits; /* name type mask */
        size_t           ipath; /* number of the manpath */
        int              sec; /* section number, 10 means invalid */
        enum form        form;