Searched refs:POSTPRINT (Results 1 – 2 of 2) sorted by relevance
31 #define POSTPRINT "/usr/lib/lp/postscript/postprint.ps" macro
120 char *prologue = POSTPRINT; /* default PostScript prologue */301 if ((tmp = calloc(1, strlen(POSTPRINT) + strlen(locale) + 2)) != NULL) { in options()302 sprintf(tmp, "%s-%s", POSTPRINT, locale); in options()