Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.c213 static char *gpszPsSetup=NULL; variable
5782 gpszPsSetup = UtilStrDup(buf);
5783 if (gpszPsSetup == NULL) FailAllocMessage();
5915 if (gpszPsSetup == NULL && (!PRTGIF || cmdLineOpenDisplay) && in GenDumpInitDefaults()
6853 gpszPsSetup != NULL || need_a4 || need_page_size);
6892 if (gpszPsSetup != NULL) {
6893 if (fprintf(dumpFP, "%s\n", gpszPsSetup) == EOF) {
9109 UtilFree(gpszPsSetup); in CleanUpFiles()
9110 gpszPsSetup = NULL; in CleanUpFiles()