/titanic_41/usr/src/cmd/lp/lib/printers/ |
H A D | getprinter.c | 144 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 D | putprinter.c | 394 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 D | freeprinter.c | 84 if (pp->printer_types) 85 freelist (pp->printer_types);
|
H A D | llib-llpprt | 61 char **printer_types; /* Terminfo look-up values */
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 272 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 D | validate.c | 883 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 D | disp2.c | 42 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 D | validate.h | 55 char ** printer_types; member
|
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | getfilter.c | 84 flbuf.printer_types = typel_to_sl(pf->printer_types);
|
H A D | freefilter.c | 103 freelist (pf->printer_types); 128 freetypel (pf->printer_types);
|
H A D | putfilter.c | 70 _flbuf.printer_types = sl_to_typel(flbufp->printer_types);
|
H A D | llib-llpflt | 48 char ** printer_types; /* list of valid printer types */ 76 TYPE * printer_types;
|
H A D | dumpfilters.c | 89 pty = pf->printer_types; in dumpfilters()
|
H A D | loadfilters.c | 119 pf->printer_types = sl_to_typel(list); in loadfilters()
|
H A D | insfilter.c | 252 pf->printer_types))
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | filters.h | 80 char ** printer_types; /* list of valid printer types */ member 123 TYPE * printer_types; member
|
H A D | printers.h | 114 char **printer_types; /* Terminfo look-up values */ member
|
/titanic_41/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 343 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_41/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 217 "lpsched-printer-type", tmp->printer_types); in lpsched_printer_configuration_to_attributes() 485 "lpsched-printer-types", &tmp->printer_types); in attributes_to_printer()
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_printer.c | 342 T = prbufp->printer_types; 587 prbufp->printer_types = T;
|
H A D | chkopts.c | 439 T = oldp->printer_types; in chkopts()
|