Home
last modified time | relevance | path

Searched refs:printer_type (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c64 TYPE printer_type; member
96 PARM_TERM, X_FIXED, &S.printer_type.name,
121 char *printer_type, in insfilter() argument
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter()
131 *printer_type, in insfilter()
146 S.printer_type.name = printer_type;
147 S.printer_type.info = isterminfo(printer_type);
250 else if (printer_type &&
251 !searchlist_t(&(S.printer_type),
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c307 pc->printer_type = Strdup(prs->request->input_type); in pickfilter()
325 pc->printer_type = Strdup(*(pc->printer_types)); in pickfilter()
361 pc->printer_type = Strdup(*pl); in pickfilter()
391 pc->printer_type = Strdup(*(pc->printer_types)); in pickfilter()
407 pc->printer_type, in pickfilter()
457 pc->printer_type, in pickfilter()
H A Dvalidate.h56 char * printer_type; member
H A Dvalidate.c671 load_str (&(prs->printer_type), best_pc->printer_type); in _validate()
987 if (pc->printer_type) in free_candidate()
988 unload_str (&(pc->printer_type)); in free_candidate()
H A Dnodes.h176 char *printer_type; member
H A Dexec.c568 ret = open_dialup(request->printer_type, in exec()
575 ret = open_direct(request->printer_type, in exec()
665 if (request->printer_type) in exec()
666 addenv(&envp, "TERM", request->printer_type); in exec()
H A Dfncs.c409 if (rsp->printer_type) in free_rstatus()
410 Free (rsp->printer_type); in free_rstatus()
/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c68 if (pp->printer_type)
69 Free (pp->printer_type);
H A Dputprinter.c401 if (prbufp->printer_type && !prbufp->printer_types) in putprinter()
403 prbufp->printer_type, in putprinter()
H A Dgetprinter.c401 prp->printer_type = Strdup(*prp->printer_types); in getprinter()
H A Dllib-llpprt50 char *printer_type; /* Terminfo look-up value (obsolete) */
/titanic_41/usr/src/cmd/lp/include/
H A Dprinters.h103 char *printer_type; /* Terminfo look-up value (obsolete) */ member