Lines Matching refs:tcol

175 	save_offset = tp->tcol->offset;  in term_tbl()
191 tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin); in term_tbl()
195 offset = tp->tcol->offset; in term_tbl()
204 if (offset + tsz > tp->tcol->rmargin) in term_tbl()
206 offset = offset + tp->tcol->rmargin > tsz ? in term_tbl()
207 (offset + tp->tcol->rmargin - tsz) / 2 : 0; in term_tbl()
208 tp->tcol->offset = offset; in term_tbl()
223 tp->tcol->offset = offset; in term_tbl()
233 coloff = tp->tcol->offset; in term_tbl()
240 tp->tcol->rmargin = coloff; in term_tbl()
248 tp->tcol++; in term_tbl()
249 tp->tcol->offset = coloff; in term_tbl()
252 tp->tcol->rmargin = coloff; in term_tbl()
268 tp->tcol++; in term_tbl()
269 tp->tcol->offset = coloff + 1; in term_tbl()
270 tp->tcol->rmargin = tp->maxrmargin; in term_tbl()
274 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()
278 tp->tcol = tp->tcols; in term_tbl()
291 tp->tcol++; in term_tbl()
306 tp->tcol = tp->tcols; in term_tbl()
327 tp->viscol = tp->tcol->offset; in term_tbl()
428 tp->tcol++; in term_tbl()
429 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
431 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
443 tp->tcol + 1 == in term_tbl()
450 if (tp->viscol < tp->tcol->rmargin) { in term_tbl()
451 (*tp->advance)(tp, tp->tcol->rmargin in term_tbl()
453 tp->viscol = tp->tcol->rmargin; in term_tbl()
455 while (tp->viscol < tp->tcol->rmargin + in term_tbl()
460 if (tp->tcol + 1 == tp->tcols + tp->lasttcol) in term_tbl()
526 tp->tcol++; in term_tbl()
530 } while (tp->viscol < tp->tcol->offset); in term_tbl()
546 tp->tcol->rmargin = tp->maxrmargin; in term_tbl()
565 tp->tcol->offset = save_offset; in term_tbl()