Home
last modified time | relevance | path

Searched refs:ROFF_NONOFILL (Results 1 – 5 of 5) sorted by relevance

/src/contrib/mandoc/
H A Dman.c99 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_descope()
276 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_pmacro()
328 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_breakscope()
355 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_breakscope()
H A Dman_macro.c309 man->flags |= ROFF_NONOFILL; in blk_exp()
334 man->flags &= ~ROFF_NONOFILL; in blk_exp()
351 man->flags |= ROFF_NONOFILL; in blk_imp()
383 man->flags &= ~ROFF_NONOFILL; in blk_imp()
H A Droff_int.h58 #define ROFF_NONOFILL (1 << 16) /* Temporarily suspend no-fill mode. */ macro
H A Dmdoc_macro.c303 mdoc->flags &= ~ROFF_NONOFILL; in rew_pending()
1066 mdoc->flags |= ROFF_NONOFILL; in blk_full()
1213 mdoc->flags &= ~ROFF_NONOFILL; in blk_full()
H A Droff.c895 if ((man->flags & (ROFF_NOFILL | ROFF_NONOFILL)) == ROFF_NOFILL) in roff_node_alloc()
3295 r->man->flags &= ~ROFF_NONOFILL; in roff_TE()
3440 r->man->flags |= ROFF_NONOFILL; in roff_TS()