Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h85 #define TERMP_KEEP (1 << 4) /* Keep words together. */ macro
H A Dmdoc_term.c347 if (p->flags & TERMP_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
348 p->flags &= ~TERMP_KEEP; in print_mdoc_node()
1016 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_nm_post()
1492 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_xx_post()
1927 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_bk_post()
H A Dterm.c533 if ((p->flags & TERMP_KEEP) == 0) { in term_word()
541 p->flags |= TERMP_KEEP; in term_word()
H A Dman_term.c342 p->flags |= TERMP_KEEP | TERMP_NOSPACE; in pre_OP()
353 p->flags &= ~TERMP_KEEP; in pre_OP()