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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h56 char * printer_type; member in struct:candidate
H A Dpickfilter.c307 pc->printer_type = Strdup(prs->request->input_type);
325 pc->printer_type = Strdup(*(pc->printer_types));
361 pc->printer_type = Strdup(*pl);
391 pc->printer_type = Strdup(*(pc->printer_types));
407 pc->printer_type,
457 pc->printer_type,
H A Dnodes.h176 char *printer_type; member in struct:rstat_node
H A Dvalidate.c671 load_str (&(prs->printer_type), best_pc->printer_type);
987 if (pc->printer_type)
988 unload_str (&(pc->printer_type));
H A Dexec.c568 ret = open_dialup(request->printer_type,
575 ret = open_direct(request->printer_type,
665 if (request->printer_type)
666 addenv(&envp, "TERM", request->printer_type);
H A Dfncs.c409 if (rsp->printer_type)
410 Free (rsp->printer_type);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c68 if (pp->printer_type)
69 Free (pp->printer_type);
H A Dllib-llpprt50 char *printer_type; /* Terminfo look-up value (obsolete) */
H A Dputprinter.c398 * use only "->printer_type", we have to play
401 if (prbufp->printer_type && !prbufp->printer_types)
403 prbufp->printer_type,
H A Dgetprinter.c399 * "printer_type" member.
401 prp->printer_type = Strdup(*prp->printer_types);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c64 TYPE printer_type; member in struct:S
96 PARM_TERM, X_FIXED, &S.printer_type.name,
121 char *printer_type,
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp)
131 *printer_type,
146 S.printer_type.name = printer_type;
147 S.printer_type.info = isterminfo(printer_type);
250 else if (printer_type
117 insfilter( char **pipes, char *input_type, char *output_type, char *printer_type, char *printer, char **parms, unsigned short *flagsp ) argument
[all...]
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h103 char *printer_type; /* Terminfo look-up value (obsolete) */ member in struct:PRINTER

Completed in 77 milliseconds