Searched refs:viscol (Results 1 – 2 of 2) sorted by relevance
135 vbl = p->offset + p->overstep > p->viscol ? in term_flushln()136 p->offset + p->overstep - p->viscol : 0; in term_flushln()187 p->viscol = 0; in term_flushln()227 p->viscol += vbl; in term_flushln()233 p->viscol += (*p->width)(p, '-'); in term_flushln()239 p->viscol -= (*p->width)(p, p->buf[i-1]); in term_flushln()241 p->viscol += (*p->width)(p, p->buf[i]); in term_flushln()257 p->viscol = 0; in term_flushln()287 p->viscol = 0; in term_flushln()302 if (p->col || p->viscol) in term_newln()[all …]
64 size_t viscol; /* Chars on current line. */ member