Searched defs:printer_types (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h55 char ** printer_types; member in struct:candidate
H A Ddisp2.c42 untidbit_all (char **printer_types) argument
46 for (pl = printer_types; *pl; pl++)
92 untidbit_all (op->printer_types);
93 untidbit_all (pp->printer_types);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c394 char **printer_types; local
401 if (prbufp->printer_type && !prbufp->printer_types)
402 printer_types = getlist(
408 printer_types = prbufp->printer_types;
410 if (!printer_types || !*printer_types)
413 print_l(fdout, HEAD, printer_types);
415 if (printer_types != prbufp->printer_types)
[all...]
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h80 char ** printer_types; /* list of valid printer types */ member in struct:FILTER
123 TYPE * printer_types; member in struct:_FILTER
H A Dprinters.h114 char **printer_types; /* Terminfo look-up values */ member in struct:PRINTER

Completed in 100 milliseconds