Searched refs:TERMP_KEEP (Results 1 – 3 of 3) sorted by relevance
73 #define TERMP_KEEP (1 << 5) /* Keep words together. */ macro
400 if ( ! (TERMP_KEEP & p->flags)) { in term_word()408 p->flags |= TERMP_KEEP; in term_word()
323 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()