| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| validate.h | 56 char * printer_type; member in struct:candidate
|
| pickfilter.c | 307 pc->printer_type = Strdup(prs->request->input_type); 325 pc->printer_type = Strdup(*(pc->printer_types)); 361 pc->printer_type = Strdup(*pl); 391 pc->printer_type = Strdup(*(pc->printer_types)); 407 pc->printer_type, 457 pc->printer_type,
|
| nodes.h | 178 char *printer_type; member in struct:rstat_node
|
| validate.c | 672 load_str (&(prs->printer_type), best_pc->printer_type); 988 if (pc->printer_type) 989 unload_str (&(pc->printer_type));
|
| exec.c | 576 ret = open_dialup(request->printer_type, 583 ret = open_direct(request->printer_type, 673 if (request->printer_type) 674 addenv(&envp, "TERM", request->printer_type); [all...] |
| fncs.c | 411 if (rsp->printer_type) 412 Free (rsp->printer_type);
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/ |
| freeprinter.c | 68 if (pp->printer_type) 69 Free (pp->printer_type);
|
| llib-llpprt | 50 char *printer_type; /* Terminfo look-up value (obsolete) */
|
| putprinter.c | 398 * use only "->printer_type", we have to play 401 if (prbufp->printer_type && !prbufp->printer_types) 403 prbufp->printer_type,
|
| getprinter.c | 399 * "printer_type" member. 401 prp->printer_type = Strdup(*prp->printer_types);
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/ |
| insfilter.c | 64 TYPE printer_type; member in struct:S 96 PARM_TERM, X_FIXED, &S.printer_type.name, 121 char *printer_type, 127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) 131 *printer_type, 146 S.printer_type.name = printer_type; 147 S.printer_type.info = isterminfo(printer_type); 250 else if (printer_type & [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| printers.h | 103 char *printer_type; /* Terminfo look-up value (obsolete) */ member in struct:PRINTER
|