Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_term.c349 p->flags |= TERMP_PREKEEP; in print_mdoc_node()
965 p->flags |= TERMP_PREKEEP; in termp_nm_pre()
1016 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_nm_post()
1483 if ((n->aux = p->flags & TERMP_PREKEEP) == 0) in termp_xx_pre()
1484 p->flags |= TERMP_PREKEEP; in termp_xx_pre()
1492 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_xx_post()
1915 p->flags |= TERMP_PREKEEP; in termp_bk_pre()
1927 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); in termp_bk_post()
H A Dterm.h86 #define TERMP_PREKEEP (1 << 5) /* ...starting with the next one. */ macro
H A Dterm.c540 if (p->flags & TERMP_PREKEEP) in term_word()