Searched refs:fontsz (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/mandoc/ |
H A D | term.h | 109 int fontsz; /* Allocated size of font stack */ member
|
H A D | term.c | 512 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 D | term_ascii.c | 70 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()
|
H A D | term_ps.c | 537 (p->fontsz = 8), sizeof(*p->fontq)); in pspdf_alloc()
|
/openbsd/sys/dev/wscons/ |
H A D | wsdisplay.c | 1320 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()
|