Home
last modified time | relevance | path

Searched refs:PRINTER (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lp71 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}
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h89 typedef struct PRINTER { struct
124 } PRINTER; argument
187 PRINTER * getprinter ( char * );
193 int putprinter ( char *, PRINTER *);
199 int okprinter ( char * , PRINTER * , int );
203 void freeprinter ( PRINTER * );
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c42 static int okinterface ( char * , PRINTER * );
49 okprinter(char *name, PRINTER *prbufp, int isput) in okprinter()
134 okinterface(char *name, PRINTER *prbufp) in okinterface()
H A Dputprinter.c62 static int addPrintersPPD(char *name, PRINTER *prbufp);
89 putprinter(char *name, PRINTER *prbufp) in putprinter()
546 addPrintersPPD(char *name, PRINTER *prbufp) in addPrintersPPD()
H A Dgetprinter.c52 PRINTER *
57 PRINTER *prp; in getprinter()
H A Dfreeprinter.c44 PRINTER *pp; in freeprinter()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h232 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 Dports.c50 open_dialup(char *ptype, PRINTER *pp) in open_dialup()
163 open_direct(char *ptype, PRINTER *pp) in open_direct()
H A Dfncs.c228 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 Dnodes.h118 PRINTER *printer;
H A Ddisp2.c60 register PRINTER *pp; in s_load_printer()
83 PRINTER *op = pps->printer; in s_load_printer()
H A Dinit.c80 PRINTER *p; in init_printers()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.h98 extern PRINTER *oldp;
H A Dlpadmin.c66 PRINTER *printer_pointer = 0;
H A Ddo_printer.c319 PRINTER *prbufp; in configure_printer()
320 PRINTER printer_struct; in configure_printer()
H A Dchkopts.c50 extern PRINTER *printer_pointer;
69 PRINTER *oldp = 0;
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Ddownload.fd30 Options: PRINTER * = -p*
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c138 PRINTER *tmp; in lpsched_printer_configuration_to_attributes()
432 attributes_to_printer(papi_attribute_t **attributes, PRINTER *tmp) in attributes_to_printer()
H A Dlpsched-msgs.c557 PRINTER *p; in lpsched_add_printer()
590 PRINTER *p; in lpsched_add_modify_printer()
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard909 # program is assumed to describe a fault WITH THE PRINTER.
H A Dtsol_standard977 # program is assumed to describe a fault WITH THE PRINTER.
H A Dtsol_standard_foomatic1006 # program is assumed to describe a fault WITH THE PRINTER.
/illumos-gate/usr/src/data/locale/data/
H A Dcommon.UTF-8.src25054 <PRINTER>;/
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src5541 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
H A Dterminfo.src6272 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p

12