Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c56 char *pr_title = NULL; in job_attributes_to_lpsched_request() local
175 papiAttributeListGetString(attributes, NULL, "pr-title", &pr_title); in job_attributes_to_lpsched_request()
182 if (pr_title != NULL) { in job_attributes_to_lpsched_request()
183 snprintf(buf, sizeof (buf), "prtitle='%s'", pr_title); in job_attributes_to_lpsched_request()
196 } else if ((pr_title != NULL) || (pr_width >= 0) || (pr_indent >= 0)) in job_attributes_to_lpsched_request()