Home
last modified time | relevance | path

Searched refs:taboff (Results 1 – 2 of 2) sorted by relevance

/src/contrib/mandoc/
H A Dterm.c164 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() local
277 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 …]
H A Dterm.h55 size_t taboff; /* Offset for literal tabs [BU]. */ member