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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h85 #define TERMP_KEEP (1 << 4) /* Keep words together. */ macro
H A Dmdoc_term.c349 if (p->flags & TERMP_KEEP && n->flags & NODE_LINE) {
350 p->flags &= ~TERMP_KEEP;
1031 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1519 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1993 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
H A Dterm.c536 if ((p->flags & TERMP_KEEP) == 0) {
544 p->flags |= TERMP_KEEP;
H A Dman_term.c340 p->flags |= TERMP_KEEP | TERMP_NOSPACE;
351 p->flags &= ~TERMP_KEEP;

Completed in 63 milliseconds