Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h109 int fontsz; /* Allocated size of font stack */ member
H A Dterm.c514 if (++p->fonti == p->fontsz) { in term_fontpush()
515 p->fontsz += 8; in term_fontpush()
517 p->fontsz, sizeof(*p->fontq)); in term_fontpush()
H A Dterm_ascii.c78 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()
H A Dterm_ps.c541 (p->fontsz = 8), sizeof(*p->fontq)); in pspdf_alloc()