Home
last modified time | relevance | path

Searched refs:input_types (Results 1 – 18 of 18) sorted by relevance

/titanic_53/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c145 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
227 ppp = &(prp->input_types); in getprinter()
352 && prp->input_types in getprinter()
354 lenlist(prp->input_types) > 1 in getprinter()
355 || !STREQU(NAME_SIMPLE, *prp->input_types) in getprinter()
H A Dfreeprinter.c56 if (pp->input_types)
57 freelist (pp->input_types);
H A Dllib-llpprt42 char **input_types; /* list of types acceptable to printer */
H A Dputprinter.c360 print_l(fdout, HEAD, prbufp->input_types); in putprinter()
/titanic_53/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c86 flbuf.input_types = typel_to_sl(pf->input_types);
H A Dfreefilter.c104 freelist (pf->input_types);
129 freetypel (pf->input_types);
H A Dputfilter.c72 _flbuf.input_types = sl_to_typel(flbufp->input_types);
H A Dllib-llpflt50 char ** input_types; /* list of valid input types */
77 TYPE * input_types; /* all possible choices */
H A Ddumpfilters.c92 pty = pf->input_types; in dumpfilters()
H A Dloadfilters.c123 pf->input_types = sl_to_typel(list); in loadfilters()
H A Dinsfilter.c577 if (searchlist_t(inputp, pf->input_types)) {
653 for (rlist = pfr->input_types;
/titanic_53/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c178 if (tmp->input_types != NULL) { in lpsched_printer_configuration_to_attributes()
181 for (i = 0; tmp->input_types[i] != NULL; i++) in lpsched_printer_configuration_to_attributes()
184 lp_type_to_mime_type(tmp->input_types[i])); in lpsched_printer_configuration_to_attributes()
463 if (tmp->input_types != NULL) in attributes_to_printer()
464 freelist(tmp->input_types); in attributes_to_printer()
465 tmp->input_types = list; in attributes_to_printer()
/titanic_53/usr/src/cmd/lp/include/
H A Dfilters.h82 char ** input_types; /* list of valid input types */ member
124 TYPE * input_types; /* all possible choices */ member
H A Dprinters.h95 char **input_types; /* list of types acceptable to printer */ member
/titanic_53/usr/src/cmd/lp/cmd/
H A Dlpfilter.c346 flbuf.input_types = getlist(p, LP_WS, LP_SEP);
450 pf->input_types = 0;
485 ps->input_types = flbuf.input_types;
790 pp = pf->input_types;
/titanic_53/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c310 pps->printer->input_types in pickfilter()
313 pps->printer->input_types in pickfilter()
364 pl = pps->printer->input_types; in pickfilter()
/titanic_53/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c490 prbufp->input_types = I;
H A Dchkopts.c521 || !I && oldp && BADILIST(oldp->input_types) in chkopts()