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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c43 #define grab(n) ((Section *)(nglobal \
44 ? realloc((char *)global, n * sizeof (Section)) \
45 : calloc(n, sizeof (Section))))
52 } Section; typedef in typeref:struct:__anon799
57 static void copy(FILE *, FILE *, Section *);
83 Section prolog, page, trailer;
85 Section *global;
196 copy(FILE *fin, FILE *fout, Section *s)

Completed in 45 milliseconds