Home
last modified time | relevance | path

Searched refs:ROFF_NOFILL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c215 if (mdoc->flags & ROFF_NOFILL) in mdoc_ptext()
240 if (buf[offs] == '\0' && (mdoc->flags & ROFF_NOFILL) == 0) { in mdoc_ptext()
265 if (mdoc->flags & ROFF_NOFILL) in mdoc_ptext()
H A Dman_macro.c348 man->flags &= ~ROFF_NOFILL; in blk_imp()
392 man->flags |= ROFF_NOFILL; in in_line_eoln()
394 man->flags &= ~ROFF_NOFILL; in in_line_eoln()
H A Droff_int.h42 #define ROFF_NOFILL (1 << 1) /* Fill mode switched off. */ macro
H A Dmdoc_macro.c711 mdoc->flags |= ROFF_NOFILL; in blk_exp_close()
713 mdoc->flags &= ~ROFF_NOFILL; in blk_exp_close()
1061 mdoc->flags &= ~ROFF_NOFILL; in blk_full()
1224 mdoc->flags |= ROFF_NOFILL; in blk_full()
1229 mdoc->flags &= ~ROFF_NOFILL; in blk_full()
H A Dman.c108 if (man->flags & ROFF_NOFILL) { in man_ptext()
H A Droff.c900 if ((man->flags & (ROFF_NOFILL | ROFF_NONOFILL)) == ROFF_NOFILL) in roff_node_alloc()
1838 (r->man->flags & ROFF_NOFILL) == 0 && in roff_parseln()
3486 r->man->flags |= ROFF_NOFILL; in roff_noarg()
3488 r->man->flags &= ~ROFF_NOFILL; in roff_noarg()