Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c97 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_descope()
273 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_pmacro()
316 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_breakscope()
343 man->flags &= ~(MAN_BLINE | ROFF_NONOFILL); in man_breakscope()
H A Dman_macro.c304 man->flags |= ROFF_NONOFILL; in blk_exp()
329 man->flags &= ~ROFF_NONOFILL; in blk_exp()
346 man->flags |= ROFF_NONOFILL; in blk_imp()
378 man->flags &= ~ROFF_NONOFILL; in blk_imp()
H A Droff_int.h57 #define ROFF_NONOFILL (1 << 16) /* Temporarily suspend no-fill mode. */ macro
H A Dmdoc_macro.c300 mdoc->flags &= ~ROFF_NONOFILL; in rew_pending()
1064 mdoc->flags |= ROFF_NONOFILL; in blk_full()
1211 mdoc->flags &= ~ROFF_NONOFILL; in blk_full()
H A Droff.c900 if ((man->flags & (ROFF_NOFILL | ROFF_NONOFILL)) == ROFF_NOFILL) in roff_node_alloc()
3321 r->man->flags &= ~ROFF_NONOFILL; in roff_TE()
3466 r->man->flags |= ROFF_NONOFILL; in roff_TS()