Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_term.c86 p->flags |= n->tok == ROFF_ce ? TERMP_CENTER : TERMP_RIGHT; in roff_term_pre_ce()
104 p->flags &= ~(TERMP_CENTER | TERMP_RIGHT); in roff_term_pre_ce()
H A Dterm.h103 #define TERMP_RIGHT (1 << 22) /* Adjust to the right margin. */ macro
H A Dterm.c152 else if (p->flags & TERMP_RIGHT) in term_flushln()