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

/freebsd-12-stable/contrib/mandoc/
H A Dman_term.c260 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
431 p->flags |= TERMP_NOBREAK | TERMP_BRIND;
473 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
514 p->flags |= TERMP_NOBREAK;
564 p->flags &= ~TERMP_NOBREAK;
590 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP;
645 p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP);
702 p->flags |= TERMP_NOBREAK | TERMP_BRIND;
708 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
747 p->flags |= TERMP_NOBREAK | TERMP_BRIN
[all...]
H A Droff_term.c73 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND);
143 p->flags |= TERMP_NOBREAK;
145 p->flags &= ~(TERMP_NOBREAK | TERMP_NOSPACE);
H A Dmdoc_term.c467 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK;
483 p->flags &= ~TERMP_NOBREAK;
528 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE;
546 p->flags &= ~TERMP_NOBREAK;
803 p->flags |= TERMP_NOBREAK | TERMP_HANG;
811 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG;
818 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND;
829 p->flags &= ~TERMP_NOBREAK;
832 p->flags |= TERMP_NOBREAK;
840 p->flags |= TERMP_NOBREAK | TERMP_BRIN
[all...]
H A Dterm.h89 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
H A Dterm.c131 (p->flags & TERMP_NOBREAK) == 0 ? vfield :
241 ((p->flags & TERMP_NOBREAK) == 0 ||

Completed in 61 milliseconds