Home
last modified time | relevance | path

Searched refs:printer_types (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c144 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
250 ppp = &(prp->printer_types); in getprinter()
343 if (!prp->printer_types) in getprinter()
344 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
351 lenlist(prp->printer_types) > 1 in getprinter()
369 lenlist(prp->printer_types) > 1 in getprinter()
370 && searchlist(NAME_UNKNOWN, prp->printer_types) in getprinter()
383 for (pp = prp->printer_types; *pp; pp++) { in getprinter()
401 prp->printer_type = Strdup(*prp->printer_types); in getprinter()
H A Dputprinter.c394 char **printer_types; in putprinter() local
401 if (prbufp->printer_type && !prbufp->printer_types) in putprinter()
402 printer_types = getlist( in putprinter()
408 printer_types = prbufp->printer_types; in putprinter()
410 if (!printer_types || !*printer_types) in putprinter()
413 print_l(fdout, HEAD, printer_types); in putprinter()
415 if (printer_types != prbufp->printer_types) in putprinter()
416 freelist (printer_types); in putprinter()
H A Dfreeprinter.c84 if (pp->printer_types)
85 freelist (pp->printer_types);
H A Dllib-llpprt61 char **printer_types; /* Terminfo look-up values */
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c272 if (!STREQU(*(pps->printer->printer_types), NAME_UNKNOWN)) in pickfilter()
273 valid_printer_types = pc->printer_types; in pickfilter()
325 pc->printer_type = Strdup(*(pc->printer_types)); in pickfilter()
385 *(pc->printer_types), in pickfilter()
391 pc->printer_type = Strdup(*(pc->printer_types)); in pickfilter()
H A Dvalidate.c883 pc->printer_types = 0; in _chkopts()
884 for (pt = pc->pps->printer->printer_types; *pt; pt++) { in _chkopts()
889 addlist (&(pc->printer_types), *pt); in _chkopts()
897 addlist(&(pc->printer_types), *pt); in _chkopts()
901 if (!pc->printer_types) in _chkopts()
983 if (pc->printer_types) { in free_candidate()
984 freelist (pc->printer_types); in free_candidate()
985 pc->printer_types = 0; in free_candidate()
H A Ddisp2.c42 untidbit_all (char **printer_types) in untidbit_all() argument
46 for (pl = printer_types; *pl; pl++) in untidbit_all()
92 untidbit_all (op->printer_types); in s_load_printer()
93 untidbit_all (pp->printer_types); in s_load_printer()
H A Dvalidate.h55 char ** printer_types; member
/titanic_44/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c84 flbuf.printer_types = typel_to_sl(pf->printer_types);
H A Dputfilter.c70 _flbuf.printer_types = sl_to_typel(flbufp->printer_types);
H A Dfreefilter.c103 freelist (pf->printer_types);
128 freetypel (pf->printer_types);
H A Dllib-llpflt48 char ** printer_types; /* list of valid printer types */
76 TYPE * printer_types;
H A Ddumpfilters.c89 pty = pf->printer_types; in dumpfilters()
H A Dloadfilters.c119 pf->printer_types = sl_to_typel(list); in loadfilters()
H A Dinsfilter.c252 pf->printer_types))
/titanic_44/usr/src/cmd/lp/include/
H A Dfilters.h80 char ** printer_types; /* list of valid printer types */ member
123 TYPE * printer_types; member
H A Dprinters.h114 char **printer_types; /* Terminfo look-up values */ member
/titanic_44/usr/src/cmd/lp/cmd/
H A Dlpfilter.c343 flbuf.printer_types = getlist(p, LP_WS, LP_SEP);
448 pf->printer_types = 0;
482 ps->printer_types = flbuf.printer_types;
787 pp = pf->printer_types;
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c217 "lpsched-printer-type", tmp->printer_types); in lpsched_printer_configuration_to_attributes()
485 "lpsched-printer-types", &tmp->printer_types); in attributes_to_printer()
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c342 T = prbufp->printer_types;
587 prbufp->printer_types = T;
H A Dchkopts.c439 T = oldp->printer_types; in chkopts()