Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h88 int fontsz; /* Allocated size of font stack */ member
H A Dterm.c358 if (++p->fonti == p->fontsz) { in term_fontpush()
359 p->fontsz += 8; in term_fontpush()
361 p->fontsz, sizeof(enum termfont *)); in term_fontpush()
H A Dterm_ascii.c75 (p->fontsz = 8), sizeof(enum termfont)); in ascii_init()
H A Dterm_ps.c545 (p->fontsz = 8), sizeof(enum termfont)); in pspdf_alloc()