Lines Matching +full:display +full:- +full:related

3  * Copyright (c) 2012-2021 Ingo Schwarze <schwarze@openbsd.org>
22 #define ASCII_NBRSP 31 /* non-breaking space */
24 #define ASCII_BREAK 29 /* breakable zero-width space */
76 MANDOCERR_DASHDASH, /* verbatim "--", maybe consider using \(em */
83 /* related to the prologue */
96 /* related to document structure */
116 /* related to macros and nesting */
121 MANDOCERR_NS_SKIP, /* skipping no-space macro */
129 /* related to missing arguments */
135 MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */
137 MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 6n */
140 MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */
141 MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */
142 MANDOCERR_IT_NOARG, /* missing argument, using next line: Bl -c It */
148 MANDOCERR_ARG_STD, /* missing -std argument, adding it: macro */
153 /* related to bad arguments */
155 MANDOCERR_AN_REP, /* skipping duplicate argument: An -arg */
156 MANDOCERR_BD_REP, /* skipping duplicate display type: Bd -type */
157 MANDOCERR_BL_REP, /* skipping duplicate list type: Bl -type */
158 MANDOCERR_BL_SKIPW, /* skipping -width argument: Bl -type */
170 /* related to plain text */
178 /* related to tables */
185 /* related to tables */
186 MANDOCERR_TBLOPT_ALPHA, /* non-alphabetic character in tbl options */
199 /* related to document structure and macros */
214 /* related to request and macro arguments */
218 MANDOCERR_BD_FILE, /* NOT IMPLEMENTED: Bd -file */
219 MANDOCERR_BD_NOARG, /* skipping display without arguments: Bd */
220 MANDOCERR_BL_NOTYPE, /* missing list type, using -item: Bl */
248 MANDOCERR_TBL_TMAN, /* skipping tbl in -Tman mode */
249 MANDOCERR_EQN_TMAN, /* skipping eqn in -Tman mode */
260 MANDOCERR_MAN_TMARKDOWN, /* -Tmarkdown unsupported for man(7) input */