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

/freebsd-current/contrib/mandoc/
H A Droff_int.h42 #define ROFF_NOFILL (1 << 1) /* Fill mode switched off. */ macro
H A Dmdoc.c215 if (mdoc->flags & ROFF_NOFILL)
240 if (buf[offs] == '\0' && (mdoc->flags & ROFF_NOFILL) == 0) {
265 if (mdoc->flags & ROFF_NOFILL)
H A Dman_macro.c348 man->flags &= ~ROFF_NOFILL;
392 man->flags |= ROFF_NOFILL;
394 man->flags &= ~ROFF_NOFILL;
H A Dmdoc_macro.c711 mdoc->flags |= ROFF_NOFILL;
713 mdoc->flags &= ~ROFF_NOFILL;
1061 mdoc->flags &= ~ROFF_NOFILL;
1224 mdoc->flags |= ROFF_NOFILL;
1229 mdoc->flags &= ~ROFF_NOFILL;
H A Dman.c108 if (man->flags & ROFF_NOFILL) {
H A Droff.c900 if ((man->flags & (ROFF_NOFILL | ROFF_NONOFILL)) == ROFF_NOFILL)
1838 (r->man->flags & ROFF_NOFILL) == 0 &&
3486 r->man->flags |= ROFF_NOFILL;
3488 r->man->flags &= ~ROFF_NOFILL;

Completed in 183 milliseconds