Searched refs:MANDOCERR_SPACE_EOL (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/mandoc/ |
H A D | man.c | 150 mandoc_msg(MANDOCERR_SPACE_EOL, line, i - 1, NULL); in man_ptext() 225 mandoc_msg(MANDOCERR_SPACE_EOL, ln, offs - 1, NULL); in man_pmacro()
|
H A D | mdoc.c | 230 mandoc_msg(MANDOCERR_SPACE_EOL, line, (int)(ws - buf), NULL); in mdoc_ptext() 352 mandoc_msg(MANDOCERR_SPACE_EOL, ln, offs - 1, NULL); in mdoc_pmacro()
|
H A D | mandoc.h | 80 MANDOCERR_SPACE_EOL, /* whitespace at end of input line */ enumerator
|
H A D | mdoc_argv.c | 505 mandoc_msg(MANDOCERR_SPACE_EOL, in args() 567 mandoc_msg(MANDOCERR_SPACE_EOL, line, *pos, NULL); in args()
|
H A D | roff.c | 1313 mandoc_msg(MANDOCERR_SPACE_EOL, in roff_parse_comment() 1704 mandoc_msg(MANDOCERR_SPACE_EOL, ln, *pos, NULL); in roff_getarg()
|