Searched refs:viscol (Results 1 – 2 of 2) sorted by relevance
130 vbl = p->offset + p->overstep > p->viscol ? in term_flushln()131 p->offset + p->overstep - p->viscol : 0; in term_flushln()192 p->viscol = 0; in term_flushln()244 p->viscol += vbl; in term_flushln()250 p->viscol -= (*p->width)(p, p->buf[i-1]); in term_flushln()252 p->viscol += (*p->width)(p, p->buf[i]); in term_flushln()270 p->viscol = 0; in term_flushln()296 p->viscol = 0; in term_flushln()310 if (p->col || p->viscol) in term_newln()325 p->viscol = 0; in term_vspace()
64 size_t viscol; /* Chars on current line. */ member