Lines Matching refs:vbl
110 size_t vbl; /* number of blanks to prepend to output */ in term_flushln() local
141 vbl = p->offset + p->overstep > p->viscol ? in term_flushln()
155 vbl += vend - vis; in term_flushln()
197 vbl = p->rmargin; in term_flushln()
200 vbl = p->offset; in term_flushln()
205 vbl += ntab * p->tabwidth; in term_flushln()
228 vbl += dv; in term_flushln()
233 vbl += (*p->width)(p, ' '); in term_flushln()
242 if (vbl) { in term_flushln()
243 (*p->advance)(p, vbl); in term_flushln()
244 p->viscol += vbl; in term_flushln()
245 vbl = 0; in term_flushln()
268 vis -= vbl; in term_flushln()