Searched refs:TERMP_KEEP (Results 1 – 4 of 4) sorted by relevance
85 #define TERMP_KEEP (1 << 4) /* Keep words together. */ macro
347 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()
533 if ((p->flags & TERMP_KEEP) == 0) { in term_word()541 p->flags |= TERMP_KEEP; in term_word()
342 p->flags |= TERMP_KEEP | TERMP_NOSPACE; in pre_OP()353 p->flags &= ~TERMP_KEEP; in pre_OP()