Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c109 0 : p->tcol->offset - p->viscol; in term_flushln()
130 p->maxrmargin > p->viscol + vbl ? in term_flushln()
131 p->maxrmargin - p->viscol - vbl : 0; in term_flushln()
209 p->viscol = 0; in term_flushln()
391 p->viscol += vbl; in term_field()
400 p->viscol -= dv; in term_field()
404 p->viscol += dv; in term_field()
419 if (p->viscol && p->maxrmargin >= p->viscol) in endline()
425 p->viscol = 0; in endline()
440 if (p->tcol->lastcol || p->viscol) in term_newln()
[all …]
H A Dtbl_term.c327 tp->viscol = tp->tcol->offset; in term_tbl()
450 if (tp->viscol < tp->tcol->rmargin) { in term_tbl()
452 - tp->viscol); in term_tbl()
453 tp->viscol = tp->tcol->rmargin; in term_tbl()
455 while (tp->viscol < tp->tcol->rmargin + in term_tbl()
530 } while (tp->viscol < tp->tcol->offset); in term_tbl()
535 tp->viscol = 0; in term_tbl()
602 if (tp->viscol == 0) { in tbl_hrule()
604 tp->viscol = tp->tcols->offset; in tbl_hrule()
710 tp->viscol = 0; in tbl_hrule()
[all …]
H A Dterm.h73 size_t viscol; /* Chars on current line. */ member