Lines Matching defs:LP
62 #include "lp.h"
63 #include "lp.local.h"
71 long BR; /* baud rate if lp is a tty */
75 long FC; /* flags to clear if lp is a tty */
77 long FS; /* flags to set if lp is a tty */
83 const char *LP; /* line printer device name */
85 const char *MS; /* stty flags to set if lp is a tty */
99 long RW; /* open LP for reading and writing */
211 char *lp = line;
218 *lp++ = ' ';
223 *lp++ = c;
226 *lp++ = '\0';
450 LP = cgetstr(bp, DEFLP, &cp) == -1 ? _PATH_DEFDEVLP : cp;