Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm.c141 vbl = p->offset + p->overstep > p->viscol ? in term_flushln()
142 p->offset + p->overstep - p->viscol : 0; in term_flushln()
195 p->viscol = 0; in term_flushln()
244 p->viscol += vbl; in term_flushln()
250 p->viscol += (*p->width)(p, '-'); in term_flushln()
256 p->viscol -= (*p->width)(p, p->buf[i-1]); in term_flushln()
258 p->viscol += (*p->width)(p, p->buf[i]); in term_flushln()
274 p->viscol = 0; in term_flushln()
300 p->viscol = 0; in term_flushln()
315 if (p->col || p->viscol) in term_newln()
[all …]
H A Dterm.h66 size_t viscol; /* Chars on current line. */ member