Searched defs:pr_width (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c79 pr_width(int nwidth) function
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c57 int pr_width = -1; local
176 papiAttributeListGetInteger(attributes, NULL, "pr-width", &pr_width);
187 if (pr_width > 0) {
188 snprintf(buf, sizeof (buf), "prwidth=%d", pr_width);
196 } else if ((pr_title != NULL) || (pr_width >= 0) || (pr_indent >= 0))

Completed in 47 milliseconds