Searched refs:fontmap (Results 1 – 3 of 3) sorted by relevance
138 Fontmap fontmap[] = FONTMAP; /* for translating font names */ variable473 for ( i = 0; fontmap[i].name != NULL; i++ )474 if ( strcmp(name, fontmap[i].name) == 0 )475 return(fontmap[i].val);
31 static const enum termfont fontmap[EQNFONT__MAX] = { enum64 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
526 Fontmap fontmap[] = FONTMAP; /* and general mapping tables - emulation */ variable1574 for ( i = 0; fontmap[i].name != NULL; i++ ) in mapfont()1575 if ( strcmp(name, fontmap[i].name) == 0 ) in mapfont()1576 return(fontmap[i].use); in mapfont()