/titanic_41/usr/src/cmd/print/scripts/ |
H A D | conv_lp | 71 for PRINTER in ${PRINTERS} # for each printer get config info 73 if [ "${PRINTER}" = "*" ] ; then 77 RNAME=${PRINTER} 81 if [ -f ${PRINTER}/comment ] ; then 82 DESC=`cat ${PRINTER}/comment` 85 REMOTE=`grep Remote: ${PRINTER}/configuration 2>/dev/null | sed -e "s/^Remote: //"` 86 DEVICE=`grep Device: ${PRINTER}/configuration 2>/dev/null | sed -e "s/^Device: //"` 98 ${PRINTER}
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | printers.h | 90 typedef struct PRINTER { struct 125 } PRINTER; argument 188 PRINTER * getprinter ( char * ); 194 int putprinter ( char *, PRINTER *); 200 int okprinter ( char * , PRINTER * , int ); 204 void freeprinter ( PRINTER * );
|
/titanic_41/usr/src/cmd/lp/lib/printers/ |
H A D | llib-llpprt | 37 typedef struct PRINTER { 69 } PRINTER; 78 PRINTER * getprinter ( char * ); 84 int putprinter ( char *, PRINTER *); 90 int okprinter ( char * , PRINTER * , int ); 94 void freeprinter ( PRINTER * );
|
H A D | okprinter.c | 44 static int okinterface ( char * , PRINTER * ); 51 okprinter(char *name, PRINTER *prbufp, int isput) in okprinter() 136 okinterface(char *name, PRINTER *prbufp) in okinterface()
|
H A D | putprinter.c | 64 static int addPrintersPPD(char *name, PRINTER *prbufp); 91 putprinter(char *name, PRINTER *prbufp) in putprinter() 548 addPrintersPPD(char *name, PRINTER *prbufp) in addPrintersPPD()
|
H A D | getprinter.c | 54 PRINTER * 59 PRINTER *prp; in getprinter()
|
H A D | freeprinter.c | 46 PRINTER *pp; in freeprinter()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.h | 232 PRINTER * Getprinter ( char * ); 261 int open_dialup ( char * , PRINTER * ); 262 int open_direct ( char * , PRINTER * ); 336 extern PSTATUS *new_pstatus(PRINTER *); 343 extern void pstatus_add_printer(PSTATUS *, PRINTER *);
|
H A D | ports.c | 49 open_dialup(char *ptype, PRINTER *pp) in open_dialup() 154 open_direct(char *ptype, PRINTER *pp) in open_direct()
|
H A D | fncs.c | 228 pstatus_add_printer(PSTATUS *ps, PRINTER *p) in pstatus_add_printer() 249 new_pstatus(PRINTER *p) in new_pstatus() 666 PRINTER * 669 register PRINTER *ret; in Getprinter()
|
H A D | nodes.h | 118 PRINTER *printer;
|
H A D | disp2.c | 60 register PRINTER *pp; in s_load_printer() 83 PRINTER *op = pps->printer; in s_load_printer()
|
H A D | init.c | 80 PRINTER *p; in init_printers()
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | lpadmin.h | 100 extern PRINTER *oldp;
|
H A D | lpadmin.c | 68 PRINTER *printer_pointer = 0;
|
H A D | do_printer.c | 329 register PRINTER *prbufp; 331 PRINTER printer_struct;
|
H A D | chkopts.c | 52 extern PRINTER *printer_pointer; 71 PRINTER *oldp = 0;
|
/titanic_41/usr/src/cmd/lp/filter/postscript/filtdesc/ |
H A D | download.fd | 30 Options: PRINTER * = -p*
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 138 PRINTER *tmp; in lpsched_printer_configuration_to_attributes() 432 attributes_to_printer(papi_attribute_t **attributes, PRINTER *tmp) in attributes_to_printer()
|
H A D | lpsched-msgs.c | 557 PRINTER *p; in lpsched_add_printer() 590 PRINTER *p; in lpsched_add_modify_printer()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | standard | 909 # program is assumed to describe a fault WITH THE PRINTER.
|
H A D | tsol_standard | 978 # program is assumed to describe a fault WITH THE PRINTER.
|
H A D | tsol_standard_foomatic | 1006 # program is assumed to describe a fault WITH THE PRINTER.
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 5541 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
|
H A D | terminfo.src | 6270 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
|