Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_term.c801 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_it_pre()
808 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
830 p->flags |= TERMP_NOBREAK | TERMP_BRIND; in termp_it_pre()
980 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | in termp_it_post()
1019 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_BRIND; in termp_nm_pre()
1049 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_nm_post()
1469 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_fn_pre()
1479 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_fn_pre()
2044 p->flags |= TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
2052 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | in termp_fo_pre()
H A Dterm.h77 #define TERMP_BRIND (1 << 9) /* See term_flushln(). */ macro
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()
H A Dterm.c193 if (TERMP_BRIND & p->flags) { in term_flushln()