Searched refs:tcols (Results 1 – 5 of 5) sorted by relevance
277 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()281 tp->tcol = tp->tcols; in term_tbl()310 tp->tcol = tp->tcols; in term_tbl()330 (*tp->advance)(tp, tp->tcols->offset); in term_tbl()448 tp->tcols + tp->lasttcol)) { in term_tbl()464 if (tp->tcol + 1 == tp->tcols + tp->lasttcol) in term_tbl()603 (*tp->advance)(tp, tp->tcols->offset); in tbl_hrule()604 tp->viscol = tp->tcols->offset; in tbl_hrule()
50 p->tcols = mandoc_recallocarray(p->tcols, in term_setcol()51 p->maxtcol, maxtcol, sizeof(*p->tcols)); in term_setcol()55 p->tcol = p->tcols; in term_setcol()62 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++) in term_free()64 free(p->tcols); in term_free()
64 struct termp_col *tcols; /* Array of table columns. */ member
71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in ascii_init()
535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in pspdf_alloc()