pr_width
pr_width(atoi(optarg));
case 'w': pr_width(atoi(optarg));
papiAttributeListGetInteger(attributes, NULL, "pr-width", &pr_width);
if (pr_width > 0) {
snprintf(buf, sizeof (buf), "prwidth=%d", pr_width);
} else if ((pr_title != NULL) || (pr_width >= 0) || (pr_indent >= 0))
int pr_width = -1;
extern void pr_width(int);