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

/freebsd-11-stable/contrib/mdocml/
H A Dterm.h85 #define TERMP_KEEP (1 << 4) /* Keep words together. */ macro
H A Dmdoc_term.c332 if (p->flags & TERMP_KEEP && n->flags & NODE_LINE) {
333 p->flags &= ~TERMP_KEEP;
998 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1533 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
2014 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
H A Dterm.c445 if ((p->flags & TERMP_KEEP) == 0) {
453 p->flags |= TERMP_KEEP;

Completed in 125 milliseconds