Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h108 int fontsz; /* Allocated size of font stack */ member
H A Dterm.c489 if (++p->fonti == p->fontsz) { in term_fontpush()
490 p->fontsz += 8; in term_fontpush()
492 p->fontsz, sizeof(*p->fontq)); in term_fontpush()
H A Dterm_ascii.c77 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()
H A Dterm_ps.c541 (p->fontsz = 8), sizeof(*p->fontq)); in pspdf_alloc()