HomeSort by: relevance | last modified time | path
    Searched refs:maxtcol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/mdocml/dist/
term.c 47 term_setcol(struct termp *p, size_t maxtcol)
49 if (maxtcol > p->maxtcol) {
51 p->maxtcol, maxtcol, sizeof(*p->tcols));
52 p->maxtcol = maxtcol;
54 p->lasttcol = maxtcol - 1;
61 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++)
term.h 65 size_t maxtcol; /* Allocated table columns. */ member in struct:termp
term_ascii.c 72 p->maxtcol = 1;
term_ps.c 536 p->maxtcol = 1;

Completed in 31 milliseconds