Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h73 #define TERMP_KEEP (1 << 5) /* Keep words together. */ macro
H A Dterm.c400 if ( ! (TERMP_KEEP & p->flags)) { in term_word()
408 p->flags |= TERMP_KEEP; in term_word()
H A Dmdoc_term.c323 if (p->flags & TERMP_KEEP && n->flags & MDOC_LINE) { in print_mdoc_node()
324 p->flags &= ~TERMP_KEEP; in print_mdoc_node()
1045 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_nm_post()
1720 p->flags |= TERMP_KEEP; in termp_xx_pre()
2221 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_bk_post()