Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dterm.c116 size_t maxvis; /* output position of visible boundary */ in term_flushln() local
132 maxvis = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0; in term_flushln()
136 bp = TERMP_NOBREAK & p->flags ? mmax : maxvis; in term_flushln()
280 p->overstep = (int)(vis - maxvis + in term_flushln()
298 if (maxvis < vis + p->trailspace * (*p->width)(p, ' ')) { in term_flushln()