Searched refs:jcl_end (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/cups-408/cups/monitor/
H A Dbcp.c133 if (ppd && ppd->jcl_end)
134 fputs(ppd->jcl_end, stdout);
/macosx-10.10.1/cups-408/cups/filter/
H A Dcommandtops.c443 if (ppd->jcl_end)
444 fputs(ppd->jcl_end, stdout);
H A Dpstops.c371 if (ppd && ppd->jcl_end)
940 if (number && doc->emit_jcl && ppd && ppd->jcl_end)
/macosx-10.10.1/cups-408/cups/cups/
H A Demit.c554 if (!ppd->jcl_end)
566 if (!strncmp(ppd->jcl_end, "\033%-12345X@", 10))
579 fputs(ppd->jcl_end + 9, fp);
582 fputs(ppd->jcl_end, fp);
H A Dppd.h310 char *jcl_end; /* End JCL commands */ member in struct:ppd_file_s
H A Dppd.c127 _cupsStrFree(ppd->jcl_end);
808 ppd->jcl_end = _cupsStrAlloc(string);
809 ppd_decode(ppd->jcl_end); /* Decode quoted string */
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1453 (!ppd->jcl_begin || !ppd->jcl_end || !ppd->jcl_ps))

Completed in 188 milliseconds