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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c511 * files. devfontmap points to a structure that's filled in by getdevmap() if the
518 * doesn't provide the fine control available with *devfontmap, but should be good
525 Devfontmap *devfontmap = NULL; /* device level */ variable
1614 * a '#' as the first non-white space character on a line. The devfontmap list
1622 if ( devfontmap == NULL && (fp = fopen(temp, "r")) != NULL ) {
1623 devfontmap = (Devfontmap *) malloc(10 * sizeof(Devfontmap));
1628 strcpy((devfontmap + i)->name, temp);
1629 strcpy((devfontmap + i)->use, &temp[3]);
1631 devfontmap = (Devfontmap *) realloc(devfontmap, (
[all...]

Completed in 1553 milliseconds