Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Djob.c122 static char *get_options(cupsd_job_t *job, int banner_page, char *copies,
503 int banner_page; /* 1 if banner page, 0 otherwise */ in cupsdContinueJob() local
842 banner_page = 0; in cupsdContinueJob()
844 banner_page = 0; in cupsdContinueJob()
847 banner_page = 1; in cupsdContinueJob()
851 banner_page = 1; in cupsdContinueJob()
853 banner_page = 0; in cupsdContinueJob()
855 if ((options = get_options(job, banner_page, copies, sizeof(copies), title, in cupsdContinueJob()
1059 envp[envc ++] = banner_page ? "CUPS_FILETYPE=job-sheet" : in cupsdContinueJob()
1065 if (Classification && !banner_page) in cupsdContinueJob()
[all …]