Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dman_term.c255 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_literal()
504 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_HP()
533 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in post_HP()
572 p->flags |= TERMP_NOBREAK; in pre_IP()
628 p->flags &= ~TERMP_NOBREAK; in post_IP()
650 p->flags |= TERMP_NOBREAK; in pre_TP()
702 p->flags &= ~TERMP_NOBREAK; in pre_TP()
980 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) && in print_man_node()
1051 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_man_foot()
1073 p->flags &= ~TERMP_NOBREAK; in print_man_foot()
[all …]
H A Dmdoc_term.c433 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()
449 p->flags &= ~TERMP_NOBREAK; in print_mdoc_foot()
497 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()
515 p->flags &= ~TERMP_NOBREAK; in print_mdoc_head()
782 p->flags |= TERMP_NOBREAK; in termp_it_pre()
801 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_it_pre()
808 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
819 p->flags &= ~TERMP_NOBREAK; in termp_it_pre()
822 p->flags |= TERMP_NOBREAK; in termp_it_pre()
830 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
[all …]
H A Dterm.h76 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
H A Dterm.c119 if (p->flags & TERMP_NOBREAK) { in term_flushln()
269 if ( ! (TERMP_NOBREAK & p->flags)) { in term_flushln()