Searched refs:fontsz (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h108 int fontsz; /* Allocated size of font stack */ member in struct:termp
H A Dterm_ascii.c77 (p->fontsz = 8), sizeof(*p->fontq));
H A Dterm.c492 if (++p->fonti == p->fontsz) {
493 p->fontsz += 8;
495 p->fontsz, sizeof(*p->fontq));
H A Dterm_ps.c541 (p->fontsz = 8), sizeof(*p->fontq));

Completed in 63 milliseconds