Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_term.c71 if (p->flags & TERMP_BRIND) { in roff_term_pre_br()
75 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in roff_term_pre_br()
H A Dman_term.c262 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()
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()
733 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in pre_SH()
H A Dmdoc_term.c798 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()
827 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
955 p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND | TERMP_HANG); in termp_it_post()
994 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_BRIND; in termp_nm_pre()
1022 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_nm_post()
1350 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_fn_pre()
1360 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_fn_pre()
1745 p->flags |= TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
1753 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
H A Dterm.h91 #define TERMP_BRIND (1 << 10) /* See term_flushln(). */ macro
H A Dterm.c218 vbl = p->flags & TERMP_BRIND ? in term_flushln()