Searched refs:jclorder (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | adminutil.c | 81 jclorder, /* Next JCL order dependency */ in cupsAdminCreateWindowsPPD() local 182 jclorder = 0; in cupsAdminCreateWindowsPPD() 229 cupsFilePrintf(dstfp, "*OrderDependency: %d%s\n", jclorder, ptr); in cupsAdminCreateWindowsPPD() 230 jclorder ++; in cupsAdminCreateWindowsPPD() 351 write_option(dstfp, jclorder ++, "cupsJobHoldUntil", "Hold Until", in cupsAdminCreateWindowsPPD() 358 write_option(dstfp, jclorder ++, "cupsJobPriority", "Priority", in cupsAdminCreateWindowsPPD() 366 write_option(dstfp, jclorder ++, "cupsJobSheetsStart", "Start Banner", in cupsAdminCreateWindowsPPD() 368 write_option(dstfp, jclorder, "cupsJobSheetsEnd", "End Banner", in cupsAdminCreateWindowsPPD()
|