Searched refs:tcols (Results 1 – 5 of 5) sorted by relevance
274 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()278 tp->tcol = tp->tcols; in term_tbl()306 tp->tcol = tp->tcols; in term_tbl()326 (*tp->advance)(tp, tp->tcols->offset); in term_tbl()444 tp->tcols + tp->lasttcol)) { in term_tbl()460 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()61 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++) in term_free()63 free(p->tcols); in term_free()
63 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()