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

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c58 int pr_indent = -1; local
177 papiAttributeListGetInteger(attributes, NULL, "pr-indent", &pr_indent);
192 if (pr_indent > 0) {
193 snprintf(buf, sizeof (buf), "indent=%d", pr_indent);
196 } else if ((pr_title != NULL) || (pr_width >= 0) || (pr_indent >= 0))

Completed in 45 milliseconds