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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h103 #define TERMP_RIGHT (1 << 22) /* Adjust to the right margin. */ macro
H A Droff_term.c84 p->flags |= n->tok == ROFF_ce ? TERMP_CENTER : TERMP_RIGHT;
102 p->flags &= ~(TERMP_CENTER | TERMP_RIGHT);
H A Dterm.c153 else if (p->flags & TERMP_RIGHT)

Completed in 57 milliseconds