HomeSort by relevance Sort by last modified time
    Searched refs:jcl_end (Results 1 - 5 of 5) sorted by null

  /external/libcups/filter/
commandtops.c 441 if (ppd->jcl_end)
442 fputs(ppd->jcl_end, stdout);
pstops.c 374 if (ppd && ppd->jcl_end)
943 if (number && doc->emit_jcl && ppd && ppd->jcl_end)
    [all...]
  /external/libcups/cups/
ppd-emit.c 553 if (!ppd->jcl_end)
565 if (!strncmp(ppd->jcl_end, "\033%-12345X@", 10))
578 fputs(ppd->jcl_end + 9, fp);
581 fputs(ppd->jcl_end, fp);
ppd.h 309 char *jcl_end; /* End JCL commands */ member in struct:ppd_file_s
ppd.c 144 _cupsStrFree(ppd->jcl_end);
891 ppd->jcl_end = _cupsStrAlloc(string);
892 ppd_decode(ppd->jcl_end); /* Decode quoted string */
    [all...]

Completed in 82 milliseconds