| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| validate.h | 55 char ** printer_types; member in struct:candidate
|
| pickfilter.c | 272 if (!STREQU(*(pps->printer->printer_types), NAME_UNKNOWN)) 273 valid_printer_types = pc->printer_types; 325 pc->printer_type = Strdup(*(pc->printer_types)); 385 *(pc->printer_types), 391 pc->printer_type = Strdup(*(pc->printer_types));
|
| validate.c | 884 pc->printer_types = 0; 885 for (pt = pc->pps->printer->printer_types; *pt; pt++) { 890 addlist (&(pc->printer_types), *pt); 898 addlist(&(pc->printer_types), *pt); 902 if (!pc->printer_types) 984 if (pc->printer_types) { 985 freelist (pc->printer_types); 986 pc->printer_types = 0;
|
| disp2.c | 44 untidbit_all (char **printer_types) 48 for (pl = printer_types; *pl; pl++) 94 untidbit_all (op->printer_types); 95 untidbit_all (pp->printer_types);
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/ |
| getfilter.c | 84 flbuf.printer_types = typel_to_sl(pf->printer_types);
|
| llib-llpflt | 48 char ** printer_types; /* list of valid printer types */ 76 TYPE * printer_types;
|
| freefilter.c | 103 freelist (pf->printer_types); 128 freetypel (pf->printer_types);
|
| putfilter.c | 70 _flbuf.printer_types = sl_to_typel(flbufp->printer_types);
|
| dumpfilters.c | 89 pty = pf->printer_types;
|
| loadfilters.c | 119 pf->printer_types = sl_to_typel(list);
|
| insfilter.c | 252 pf->printer_types))
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/ |
| getprinter.c | 144 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); 250 ppp = &(prp->printer_types); 343 if (!prp->printer_types) 344 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); 351 lenlist(prp->printer_types) > 1 369 lenlist(prp->printer_types) > 1 370 && searchlist(NAME_UNKNOWN, prp->printer_types) 383 for (pp = prp->printer_types; *pp; pp++) { 401 prp->printer_type = Strdup(*prp->printer_types);
|
| freeprinter.c | 84 if (pp->printer_types) 85 freelist (pp->printer_types);
|
| 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...] |
| llib-llpprt | 61 char **printer_types; /* Terminfo look-up values */
|
| /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
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/ |
| lpfilter.c | 345 flbuf.printer_types = getlist(p, LP_WS, LP_SEP); 450 pf->printer_types = 0; 484 ps->printer_types = flbuf.printer_types; 789 pp = pf->printer_types;
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| do_printer.c | 342 T = prbufp->printer_types; 587 prbufp->printer_types = T;
|
| chkopts.c | 439 T = oldp->printer_types;
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/ |
| lpsched-printers.c | 199 "lpsched-printer-type", tmp->printer_types); 467 "lpsched-printer-types", &tmp->printer_types);
|