Home | History | Annotate | Download | only in pac

Lines Matching refs:printer

45  * Do Printer accounting summary.
113 * Printer name.
115 printer = optarg;
172 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
173 printer = DEFLP;
174 if (!chkprinter(printer)) {
175 printf("pac: unknown printer %s\n", printer);
411 * Perform lookup for printer name or abbreviation --
419 printf("pac: can't open printer description file\n");
427 printf("accounting not enabled for printer %s\n", printer);