Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dterm.h109 int fontsz; /* Allocated size of font stack */ member
H A Dterm.c512 if (++p->fonti == p->fontsz) { in term_fontpush()
513 p->fontsz += 8; in term_fontpush()
515 p->fontsz, sizeof(*p->fontq)); in term_fontpush()
H A Dterm_ascii.c70 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()
H A Dterm_ps.c537 (p->fontsz = 8), sizeof(*p->fontq)); in pspdf_alloc()
/openbsd/sys/dev/wscons/
H A Dwsdisplay.c1320 size_t fontsz; in wsdisplay_cfg_ioctl() local
1355 fontsz = d->fontheight * d->stride * d->numchars; in wsdisplay_cfg_ioctl()
1356 if (fontsz > WSDISPLAY_MAXFONTSZ) in wsdisplay_cfg_ioctl()
1359 buf = malloc(fontsz, M_DEVBUF, M_WAITOK); in wsdisplay_cfg_ioctl()
1360 error = copyin(d->data, buf, fontsz); in wsdisplay_cfg_ioctl()
1362 free(buf, M_DEVBUF, fontsz); in wsdisplay_cfg_ioctl()
1369 free(buf, M_DEVBUF, fontsz); in wsdisplay_cfg_ioctl()