HomeSort by relevance Sort by last modified time
    Searched defs:printer_types (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
validate.h 55 char ** printer_types; member in struct:candidate
  /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/
putprinter.c 394 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...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
filters.h 80 char ** printer_types; /* list of valid printer types */ member in struct:FILTER
123 TYPE * printer_types; member in struct:_FILTER
printers.h 114 char **printer_types; /* Terminfo look-up values */ member in struct:PRINTER

Completed in 60 milliseconds