Searched refs:fontmap (Results 1 – 4 of 4) sorted by relevance
30 static const enum termfont fontmap[EQNFONT__MAX] = { enum55 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
30 static const enum htmltag fontmap[EQNFONT__MAX] = { enum63 print_otag(p, fontmap[(int)bp->font], 0, NULL); in eqn_box()
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);
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()