Searched defs:lp_printer (Results 1 – 1 of 1) sorted by relevance
64 struct lp_printer { struct65 int lp_type;66 char *lp_name;67 char *lp_aliases[LP_MAXALIASES];68 int lp_aliascount;70 char *lp_host; /* if remote */71 char *lp_port;73 FILE *lp_lock; /* currently held lock file */75 char *lp_af; /* name of accounting file */76 long lp_br; /* if lp is a tty, set baud rate (ioctl(2) call) */[all …]