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

/freebsd-11-stable/contrib/mdocml/
H A Dterm.h63 struct termp_col *tcols; /* Array of table columns. */ member in struct:termp
H A Dterm.c46 p->tcols = mandoc_recallocarray(p->tcols,
47 p->maxtcol, maxtcol, sizeof(*p->tcols));
51 p->tcol = p->tcols;
57 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++)
59 free(p->tcols);
H A Dtbl_term.c188 tp->lasttcol = tp->tcol - tp->tcols;
192 tp->tcol = tp->tcols;
220 tp->tcol = tp->tcols;
233 (*tp->advance)(tp, tp->tcols->offset);
335 tp->tcol + 1 == tp->tcols + tp->lasttcol))
349 if (tp->tcol + 1 == tp->tcols + tp->lasttcol)
H A Dterm_ascii.c69 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
H A Dterm_ps.c542 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));

Completed in 222 milliseconds