Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c57 int pr_width = -1; in job_attributes_to_lpsched_request() local
176 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()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.h65 extern void pr_width(int);
H A Dprint.c77 pr_width(int nwidth) in pr_width() function
H A Dmapfile-vers712 pr_width;
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c981 case 'w': pr_width(atoi(optarg)); in main()
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1535 pr_width(atoi(optarg)); in main()