Home
last modified time | relevance | path

Searched refs:TERMP_PREKEEP (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h74 #define TERMP_PREKEEP (1 << 6) /* ...starting with the next one. */ macro
H A Dmdoc_term.c325 p->flags |= TERMP_PREKEEP; in print_mdoc_node()
991 p->flags |= TERMP_PREKEEP; in termp_nm_pre()
1045 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_nm_post()
2206 p->flags |= TERMP_PREKEEP; in termp_bk_pre()
2221 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_bk_post()
H A Dterm.c407 if (TERMP_PREKEEP & p->flags) in term_word()