Searched refs:taboff (Results 1 – 2 of 2) sorted by relevance
164 p->tcol->taboff += vbr; in term_flushln()166 p->tcol->taboff += vtarget; in term_flushln()167 p->tcol->taboff += term_len(p, 1); in term_flushln()269 int taboff; /* Temporary offset for literal tabs. */ in term_fill() local277 taboff = p->tcol->taboff; in term_fill()326 taboff = -vis - enw; in term_fill()332 if (taboff < 0 && (size_t)-taboff > vis) in term_fill()335 vis += taboff; in term_fill()337 vis -= taboff; in term_fill()380 int taboff; /* Temporary offset for literal tabs. */ in term_field() local[all …]
55 size_t taboff; /* Offset for literal tabs [BU]. */ member