Searched refs:maxtcol (Results 1 – 4 of 4) sorted by relevance
47 term_setcol(struct termp *p, size_t maxtcol) in term_setcol() argument49 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()
65 size_t maxtcol; /* Allocated table columns. */ member
72 p->maxtcol = 1; in ascii_init()
536 p->maxtcol = 1; in pspdf_alloc()