Searched refs:fontmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c476 char *name, *fontmap, size_sufx[6]; local
540 fontmap = (char*) malloc(size);
541 dsize[0] = decode(fd, fontmap, size);
543 free(fontmap);
567 fontmap = (char*) malloc(size);
569 if (decode(fd, fontmap, size) != size) {
572 fread(fontmap, 1, size, fd) != (size_t)size) {
574 free(fontmap);
580 if (ioctl(0, io, fontmap) == -1) {
586 free(fontmap);
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Deqn_term.c32 static const enum termfont fontmap[EQNFONT__MAX] = { variable in typeref:enum:termfont
92 term_fontpush(p, fontmap[(int)bp->font]);

Completed in 64 milliseconds