Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c138 Fontmap fontmap[] = FONTMAP; /* for translating font names */ variable
473 for ( i = 0; fontmap[i].name != NULL; i++ )
474 if ( strcmp(name, fontmap[i].name) == 0 )
475 return(fontmap[i].val);
/titanic_50/usr/src/cmd/mandoc/
H A Deqn_term.c31 static const enum termfont fontmap[EQNFONT__MAX] = { enum
64 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c526 Fontmap fontmap[] = FONTMAP; /* and general mapping tables - emulation */ variable
1574 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()