Searched refs:TERMP_NOBREAK (Results 1 – 5 of 5) sorted by relevance
262 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_literal()433 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_HP()475 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in post_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()633 p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP); in pre_TP()686 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SS()692 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_SS()727 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SH()[all …]
465 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()805 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND; 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()[all …]
75 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()
89 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
129 vtarget = (p->flags & TERMP_NOBREAK) == 0 ? vfield : in term_flushln()240 ((p->flags & TERMP_NOBREAK) == 0 || in term_flushln()