Lines Matching defs:printer
49 struct printer { struct
50 char *printer; /* printer name */ argument
51 int remote; /* true if RM points to a remote host */
75 char *remote_queue; /* RP: remote printer name */ argument
76 long restricted; /* RS: restricted to those with local accts */
77 long rw; /* RW: open LP for reading and writing */
78 long short_banner; /* SB: short banner */
79 long no_copies; /* SC: suppress multiple copies */
80 char *spool_dir; /* SD: spool directory */
81 long no_formfeed; /* SF: suppress FF on each print job */
82 long no_header; /* SH: suppress header page */
83 char *stat_recv; /* SR: statistics file, receiving jobs */
84 char *stat_send; /* SS: statistics file, sending jobs */
85 char *status_file; /* ST: status file name */
86 char *trailer; /* TR: trailer string send when Q empties */
87 char *mode_set; /* MS: mode set, a la stty */
91 char jobnum[JOBNUM_SIZE];
92 long jobdfnum; /* current datafile number within job */
93 struct timespec tr_start, tr_done;
95 char tr_timestr[TIMESTR_SIZE];