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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c31 static const enum termfont fontmap[EQNFONT__MAX] = { variable in typeref:enum:termfont
64 term_fontpush(p, fontmap[(int)bp->font]);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c138 Fontmap fontmap[] = FONTMAP; /* for translating font names */ variable
460 int i; /* for looking through fontmap[] */
473 for ( i = 0; fontmap[i].name != NULL; i++ )
474 if ( strcmp(name, fontmap[i].name) == 0 )
475 return(fontmap[i].val);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c516 * fontmap[] provides a simple minded translation that maps an unrecognized font
526 Fontmap fontmap[] = FONTMAP; /* and general mapping tables - emulation */ variable
1574 for ( i = 0; fontmap[i].name != NULL; i++ )
1575 if ( strcmp(name, fontmap[i].name) == 0 )
1576 return(fontmap[i].use);
1603 FILE *fp; /* for reading the device fontmap file */

Completed in 74 milliseconds