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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h63 struct termp_col *tcols; /* Array of table columns. */ member in struct:termp
H A Dtbl_term.c285 tp->lasttcol = tp->tcol - tp->tcols;
289 tp->tcol = tp->tcols;
317 tp->tcol = tp->tcols;
337 (*tp->advance)(tp, tp->tcols->offset);
456 tp->tcols + tp->lasttcol)) {
472 if (tp->tcol + 1 == tp->tcols + tp->lasttcol)
615 (*tp->advance)(tp, tp->tcols->offset);
616 tp->viscol = tp->tcols->offset;
H A Dterm.c51 p->tcols = mandoc_recallocarray(p->tcols,
52 p->maxtcol, maxtcol, sizeof(*p->tcols));
56 p->tcol = p->tcols;
62 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++)
64 free(p->tcols);
H A Dterm_ascii.c71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
H A Dterm_ps.c535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));

Completed in 75 milliseconds