Searched refs:vbl (Results 1 – 1 of 1) sorted by relevance
110 size_t vbl; /* number of blanks to prepend to output */ in term_flushln() local141 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()[all …]