Searched refs:TERMP_NOBREAK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c254 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
483 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
507 p->flags |= TERMP_NOBREAK | TERMP_BRIND;
547 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
586 p->flags |= TERMP_NOBREAK;
642 p->flags &= ~TERMP_NOBREAK;
664 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP;
716 p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP);
773 p->flags |= TERMP_NOBREAK | TERMP_BRIND;
779 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIN
[all...]
H A Dterm.h79 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
H A Dmdoc_term.c433 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK;
449 p->flags &= ~TERMP_NOBREAK;
494 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE;
512 p->flags &= ~TERMP_NOBREAK;
772 p->flags |= TERMP_NOBREAK;
791 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG;
798 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND;
809 p->flags &= ~TERMP_NOBREAK;
812 p->flags |= TERMP_NOBREAK;
820 p->flags |= TERMP_NOBREAK | TERMP_BRIN
[all...]
H A Dterm.c75 * - TERMP_NOBREAK: Do not break the output line at the right margin,
85 * of at the offset. Used together with TERMP_NOBREAK for the tags
89 * To be used together with TERMP_NOBREAK.
121 if (p->flags & TERMP_NOBREAK) {
272 if ( ! (TERMP_NOBREAK & p->flags)) {

Completed in 77 milliseconds