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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h91 int fontsz; /* Allocated size of font stack */ member in struct:termp
H A Dterm.c365 if (++p->fonti == p->fontsz) {
366 p->fontsz += 8;
368 p->fontsz, sizeof(*p->fontq));
H A Dterm_ascii.c74 (p->fontsz = 8), sizeof(enum termfont));
H A Dterm_ps.c546 (p->fontsz = 8), sizeof(enum termfont));

Completed in 62 milliseconds