Lines Matching refs:viscol
331 tp->viscol = tp->tcol->offset; in term_tbl()
454 if (tp->viscol < tp->tcol->rmargin) { in term_tbl()
456 - tp->viscol); in term_tbl()
457 tp->viscol = tp->tcol->rmargin; in term_tbl()
459 while (tp->viscol < tp->tcol->rmargin + in term_tbl()
534 } while (tp->viscol < tp->tcol->offset); in term_tbl()
539 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()
807 tp->viscol += sz; in tbl_direct_border()