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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c46 * (fp_pic) and then adds the next size bytes read from the current input file to
47 * file fp_pic. All in-line pictures are saved in fp_pic and located later using
48 * the name string and picture file size that separate pictures saved in fp_pic.
51 * called and it first looks for the picture file in fp_pic. If it's found there
52 * the entire picture (ie. size bytes) is copied from fp_pic to a new temp file
53 * and that temp file is used as the picture file. If there's nothing in fp_pic
76 FILE *fp_pic = NULL; /* in-line pictures go here */ variable
214 long total; /* and sizes - from *fp_pic */
222 * any in-line pictures fp_pic wo
[all...]

Completed in 57 milliseconds