Lines Matching refs:printer

37     "Subject: Mount form %s\n\nThe form %s needs to be mounted\non the printer(s):\n",
48 "The form `%s' needs to be mounted\non the printer(s):\n",
49 "The form `%s' (paper size: `%s') needs\nto be mounted on the printer(s):\n",
54 "Subject: Mount print-wheel %s\n\nThe print-wheel %s needs to be mounted\non the printer(s):\n",
61 "Subject: Problem with printer %s\n\nThe printer %s has stopped printing for the reason given below.\n",
62 "Fix the problem and bring the printer back on line\nto resume printing.\n",
63 "Fix the problem and bring the printer back on line, and issue\nan enable command when you want to resume or restart printing.\n",
64 "Fix the problem and bring the printer back on line.\nPrinting has stopped, but will be restarted in a few minutes;\nissue an enable command if you want to restart sooner.\nUnless someone issues a change request\n\n\tlp -i %s -P ...\n\nto change the page list to print, the current request will be reprinted from\nthe beginning.\n",
165 fdprintf(fd, Pf_msg[0], NB(pr->printer->name), NB(pr->printer->name));
166 if (STREQU(pr->printer->fault_rec, NAME_WAIT))
195 if (p->printer->daisy && !SAME(p->pwheel_name, pp->pwheel->name) &&
196 searchlist(pp->pwheel->name, p->printer->char_sets)) {
197 int n = p_count(pp, p->printer->name);
200 fdprintf(fd, Pa_msg[1], p->printer->name, n);
233 int n = f_count(fp, p->printer->name);
236 fdprintf(fd, Fa_msg[1], p->printer->name, n);
295 dest_equivalent_printer(char *dest, char *printer)
300 STREQU(dest, printer)
304 && searchlist(printer, pc->class->members)