Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c433 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_HP()
516 p->flags |= TERMP_NOBREAK; in pre_IP()
564 p->flags &= ~TERMP_NOBREAK; in post_IP()
590 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP; in pre_TP()
686 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SS()
727 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SH()
841 p->flags |= TERMP_NOBREAK; in pre_SY()
864 p->flags &= ~TERMP_NOBREAK; in post_SY()
1035 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_man_foot()
1058 p->flags &= ~TERMP_NOBREAK; in print_man_foot()
[all …]
H A Dmdoc_term.c465 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()
481 p->flags &= ~TERMP_NOBREAK; in print_mdoc_foot()
526 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()
544 p->flags &= ~TERMP_NOBREAK; in print_mdoc_head()
790 p->flags |= TERMP_NOBREAK | TERMP_HANG; in termp_it_pre()
798 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_it_pre()
816 p->flags &= ~TERMP_NOBREAK; in termp_it_pre()
819 p->flags |= TERMP_NOBREAK; in termp_it_pre()
827 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
1745 p->flags |= TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
[all …]
H A Droff_term.c75 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in roff_term_pre_br()
147 p->flags |= TERMP_NOBREAK; in roff_term_pre_mc()
149 p->flags &= ~(TERMP_NOBREAK | TERMP_NOSPACE); in roff_term_pre_mc()
H A Dterm.h89 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
H A Dterm.c129 vtarget = (p->flags & TERMP_NOBREAK) == 0 ? vfield : in term_flushln()
240 ((p->flags & TERMP_NOBREAK) == 0 || in term_flushln()