Lines Matching refs:char
38 char *name; /* name of printer (redundant) */
41 char **char_sets; /* list of okay char-sets/print-wheels */
42 char **input_types; /* list of types acceptable to printer */
43 char *device; /* printer port full path name */
44 char *dial_info; /* system name or phone # for dial-up */
45 char *fault_rec; /* printer fault recovery procedure */
46 char *interface; /* interface program full path name */
50 char *printer_type; /* Terminfo look-up value (obsolete) */
51 char *remote; /* remote machine!printer-name */
52 char *speed; /* baud rate for connection */
53 char *stty; /* space separated list of stty options */
55 char *description; /* comment about printer */
59 char **modules; /* streams modules to push */
61 char **printer_types; /* Terminfo look-up values */
62 char **options; /* space separated list of undefined -o options */
72 char *name; /* name of print wheel */
78 PRINTER * getprinter ( char * );
80 PWHEEL * getpwheel ( char * );
82 char * getdefault ( void );
84 int putprinter ( char *, PRINTER *);
85 int delprinter ( char * );
86 int putdefault ( char * );
88 int putpwheel ( char * , PWHEEL * );
89 int delpwheel ( char * );
90 int okprinter ( char * , PRINTER * , int );
92 unsigned long chkprinter (char *, char *, char *, char *, char *, char *);
97 char * getpentry(char *, int);