Home
last modified time | relevance | path

Searched refs:PS_END_GLOBAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.h39 #define PS_END_GLOBAL "\n%%EndGlobal" macro
H A Dpostreverse.c363 ptr1 = nstrstr(ptr1, PS_END_GLOBAL, bptr); in WritePage()
364 ptr1 += nstrlen(PS_END_GLOBAL, bptr); in WritePage()
478 if ((global_end = nstrstr(++ptr1, PS_END_GLOBAL, bptr)) in DocumentGlobals()