Lines Matching +full:odd +full:- +full:numbered
3 * Copyright (c) 2012-2022, 2025 Ingo Schwarze <schwarze@openbsd.org>
22 #define ASCII_NBRSP 31 /* non-breaking space */
23 #define ASCII_NBRZW 30 /* non-breaking zero-width space */
24 #define ASCII_BREAK 29 /* breakable zero-width space */
78 MANDOCERR_DASHDASH, /* verbatim "--", maybe consider using \(em */
123 MANDOCERR_NS_SKIP, /* skipping no-space macro */
137 MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */
139 MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 6n */
142 MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */
143 MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */
144 MANDOCERR_IT_NOARG, /* missing argument, using next line: Bl -c It */
150 MANDOCERR_ARG_STD, /* missing -std argument, adding it: macro */
157 MANDOCERR_AN_REP, /* skipping duplicate argument: An -arg */
158 MANDOCERR_BD_REP, /* skipping duplicate display type: Bd -type */
159 MANDOCERR_BL_REP, /* skipping duplicate list type: Bl -type */
160 MANDOCERR_BL_SKIPW, /* skipping -width argument: Bl -type */
171 MANDOCERR_TR_ODD, /* odd number of characters in request: tr char */
189 MANDOCERR_TBLOPT_ALPHA, /* non-alphabetic character in tbl options */
223 MANDOCERR_BD_FILE, /* NOT IMPLEMENTED: Bd -file */
225 MANDOCERR_BL_NOTYPE, /* missing list type, using -item: Bl */
260 MANDOCERR_TBL_TMAN, /* skipping tbl in -Tman mode */
261 MANDOCERR_EQN_TMAN, /* skipping eqn in -Tman mode */
272 MANDOCERR_MAN_TMARKDOWN, /* -Tmarkdown unsupported for man(7) input */
298 ESCAPE_ERROR, /* non-fatal error: unparsable escape */
312 ESCAPE_NUMBERED, /* a numbered glyph */