Home
last modified time | relevance | path

Searched refs:maxtcol (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Dterm.c47 term_setcol(struct termp *p, size_t maxtcol) in term_setcol() argument
49 if (maxtcol > p->maxtcol) { in term_setcol()
51 p->maxtcol, maxtcol, sizeof(*p->tcols)); in term_setcol()
52 p->maxtcol = maxtcol; in term_setcol()
54 p->lasttcol = maxtcol - 1; in term_setcol()
61 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++) in term_free()
H A Dterm.h65 size_t maxtcol; /* Allocated table columns. */ member
H A Dterm_ascii.c72 p->maxtcol = 1; in ascii_init()
H A Dterm_ps.c536 p->maxtcol = 1; in pspdf_alloc()