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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c132 vbl = p->offset + p->overstep > p->viscol ?
133 p->offset + p->overstep - p->viscol : 0;
194 p->viscol = 0;
246 p->viscol += vbl;
252 p->viscol -= (*p->width)(p, p->buf[i-1]);
254 p->viscol += (*p->width)(p, p->buf[i]);
273 p->viscol = 0;
303 p->viscol = 0;
317 if (p->col || p->viscol)
332 p->viscol
[all...]
H A Dterm.h66 size_t viscol; /* Chars on current line. */ member in struct:termp

Completed in 55 milliseconds