Home
last modified time | relevance | path

Searched refs:MANDOCERR_BLK_BROKEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandoc.h214 MANDOCERR_BLK_BROKEN, /* inserting missing end of block: macro ... */ enumerator
H A Dmdoc_macro.c992 mandoc_msg(MANDOCERR_BLK_BROKEN, in blk_full()
1004 mandoc_msg(MANDOCERR_BLK_BROKEN, in blk_full()
1031 mandoc_msg(MANDOCERR_BLK_BROKEN, line, ppos, in blk_full()
H A Droff.c3433 mandoc_msg(MANDOCERR_BLK_BROKEN, ln, ppos, "TS breaks TS"); in roff_TS()