Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Droff_term.c69 if (p->flags & TERMP_BRIND) { in roff_term_pre_br()
73 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND); in roff_term_pre_br()
Dman_term.c249 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()
Dmdoc_term.c795 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()
Dterm.h92 #define TERMP_BRIND (1 << 10) /* See term_flushln(). */ macro
Dterm.c223 vbl = p->flags & TERMP_BRIND ? in term_flushln()