Searched refs:TERMP_PREKEEP (Results 1 – 3 of 3) sorted by relevance
74 #define TERMP_PREKEEP (1 << 6) /* ...starting with the next one. */ macro
325 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()
407 if (TERMP_PREKEEP & p->flags) in term_word()