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