Searched defs:loadfont (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c392 loadfont(n, str);
421 loadfont(n, s) /* load font info for font s on position n (1...) */ function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c342 * Most are initialized in fontinit() or loadfont().
509 * else is done (ie. calling loadfont()). Font names can collide or we may just
514 * loadfont() gets called.
517 * name (in loadfont()) into another font name that we know will be available. It
570 * level subroutines like loadfont() or fontinit() and nowhere else.
597 static void loadfont(int, char *, char *);
1278 loadfont(n, mapdevfont(str), str1);
1381 for ( i = 1; i <= NFONT; i++ ) { /* so loadfont() knows nothing's there */
1396 loadfont(int n, char *s, char *s1) function
1437 error(FATAL, "Out of space in loadfont
[all...]

Completed in 54 milliseconds