Home
last modified time | relevance | path

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

/netbsd/external/bsd/mdocml/dist/
H A Dterm.h108 int fontsz; /* Allocated size of font stack */ member
H A Dterm.c492 if (++p->fonti == p->fontsz) { in term_fontpush()
493 p->fontsz += 8; in term_fontpush()
495 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()
/netbsd/sys/dev/wscons/
H A Dwsdisplay.c1497 u_int fontsz; in wsdisplay_cfg_ioctl() local
1543 fontsz = d->fontheight * d->stride * d->numchars; in wsdisplay_cfg_ioctl()
1544 if (fontsz > WSDISPLAY_MAXFONTSZ) in wsdisplay_cfg_ioctl()
1547 tbuf = malloc(fontsz, M_DEVBUF, M_WAITOK); in wsdisplay_cfg_ioctl()
1548 error = copyin(d->data, tbuf, fontsz); in wsdisplay_cfg_ioctl()