Lines Matching refs:viscol
141 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()
331 p->viscol = 0; in term_vspace()