Searched refs:TERMP_BRIND (Results 1 – 5 of 5) sorted by relevance
69 if (p->flags & TERMP_BRIND) { in roff_term_pre_br()73 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in roff_term_pre_br()
249 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_literal()443 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_HP()485 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in post_HP()696 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SS()702 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_SS()737 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in pre_SH()743 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_SH()
795 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_it_pre()802 p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND; in termp_it_pre()824 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()952 p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND | TERMP_HANG); in termp_it_post()991 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_BRIND; in termp_nm_pre()1019 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_nm_post()1347 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_fn_pre()1357 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_fn_pre()1742 p->flags |= TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()1750 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
92 #define TERMP_BRIND (1 << 10) /* See term_flushln(). */ macro
223 vbl = p->flags & TERMP_BRIND ? in term_flushln()