Home
last modified time | relevance | path

Searched refs:viscol (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dterm.c108 0 : p->tcol->offset - p->viscol; in term_flushln()
119 p->tcol->rmargin - p->viscol - vbl : 0; in term_flushln()
129 p->maxrmargin > p->viscol + vbl ? in term_flushln()
130 p->maxrmargin - p->viscol - vbl : 0; in term_flushln()
414 p->viscol += vbl; in term_field()
423 p->viscol -= dv; in term_field()
427 p->viscol += dv; in term_field()
442 if (p->viscol && p->maxrmargin >= p->viscol) in endline()
448 p->viscol = 0; in endline()
462 if (p->tcol->lastcol || p->viscol) in term_newln()
[all …]
H A Dtbl_term.c326 tp->viscol = tp->tcol->offset; in term_tbl()
449 if (tp->viscol < tp->tcol->rmargin) { in term_tbl()
451 - tp->viscol); in term_tbl()
452 tp->viscol = tp->tcol->rmargin; in term_tbl()
454 while (tp->viscol < tp->tcol->rmargin + in term_tbl()
529 } while (tp->viscol < tp->tcol->offset); in term_tbl()
534 tp->viscol = 0; in term_tbl()
597 if (tp->viscol == 0) { in tbl_hrule()
599 tp->viscol = tp->tcols->offset; in tbl_hrule()
705 tp->viscol = 0; in tbl_hrule()
[all …]
H A Dterm.h74 size_t viscol; /* Chars on current line. */ member