HomeSort by: relevance | last modified time | path
    Searched refs:fontsz (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/mdocml/dist/
term.h 108 int fontsz; /* Allocated size of font stack */ member in struct:termp
term_ascii.c 77 (p->fontsz = 8), sizeof(*p->fontq));
term.c 489 if (++p->fonti == p->fontsz) {
490 p->fontsz += 8;
492 p->fontsz, sizeof(*p->fontq));
term_ps.c 541 (p->fontsz = 8), sizeof(*p->fontq));
  /src/sys/dev/wscons/
wsdisplay.c 1497 u_int fontsz; local
1543 fontsz = d->fontheight * d->stride * d->numchars;
1544 if (fontsz > WSDISPLAY_MAXFONTSZ) {
1549 tbuf = malloc(fontsz, M_DEVBUF, M_WAITOK);
1550 error = copyin(d->data, tbuf, fontsz);

Completed in 22 milliseconds