Lines Matching refs:modes
53 char **modes = NULL; in job_attributes_to_lpsched_request() local
184 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
189 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
194 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
230 appendlist(&modes, buf); in job_attributes_to_lpsched_request()
243 appendlist(&modes, "landscape"); in job_attributes_to_lpsched_request()
248 appendlist(&modes, "portrait"); in job_attributes_to_lpsched_request()
260 appendlist(&modes, attr->values[i]->string); in job_attributes_to_lpsched_request()
263 if (modes != NULL) { in job_attributes_to_lpsched_request()
264 if (r->modes == NULL) in job_attributes_to_lpsched_request()
265 free(r->modes); in job_attributes_to_lpsched_request()
266 r->modes = sprintlist(modes); in job_attributes_to_lpsched_request()
267 freelist(modes); in job_attributes_to_lpsched_request()
443 "lp-modes", r->modes); in lpsched_request_to_job_attributes()