Home
last modified time | relevance | path

Searched refs:tcols (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/mandoc/
H A Dtbl_term.c274 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()
H A Dterm.c50 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()
H A Dterm.h63 struct termp_col *tcols; /* Array of table columns. */ member
H A Dterm_ascii.c71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in ascii_init()
H A Dterm_ps.c535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in pspdf_alloc()