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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c223 #define ATENDLEN 8 /* Length of "(atend)" plus one byte for \0 */
226 Bool atend = False; /* Found a %%BoundingBox: (atend) */ local
262 /* If we haven't already hit an (atend), the end of the
265 if (!atend && (strcmp(buf, "%%EndComments\n") == 0 ||
277 if (n == 1 && strcmp(buf2, "(atend)") == 0) {
278 atend = True;

Completed in 12 milliseconds