Searched refs:pr_width (Results 1 – 6 of 6) sorted by relevance
57 int pr_width = -1; in job_attributes_to_lpsched_request() local176 papiAttributeListGetInteger(attributes, NULL, "pr-width", &pr_width); in job_attributes_to_lpsched_request()187 if (pr_width > 0) { in job_attributes_to_lpsched_request()188 snprintf(buf, sizeof (buf), "prwidth=%d", pr_width); in job_attributes_to_lpsched_request()196 } else if ((pr_title != NULL) || (pr_width >= 0) || (pr_indent >= 0)) in job_attributes_to_lpsched_request()
65 extern void pr_width(int);
77 pr_width(int nwidth) in pr_width() function
712 pr_width;
981 case 'w': pr_width(atoi(optarg)); in main()
1535 pr_width(atoi(optarg)); in main()