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

/freebsd-11-stable/contrib/mdocml/
H A Dterm.h106 int fontsz; /* Allocated size of font stack */ member in struct:termp
H A Dterm_ascii.c75 (p->fontsz = 8), sizeof(*p->fontq));
H A Dterm.c401 if (++p->fonti == p->fontsz) {
402 p->fontsz += 8;
404 p->fontsz, sizeof(*p->fontq));
H A Dterm_ps.c547 (p->fontsz = 8), sizeof(*p->fontq));

Completed in 210 milliseconds