Searched refs:LPT_AUTOLF (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dlptio.h57 #define LPT_AUTOLF 0x10 /* Automatic LF on CR */ macro
H A Dlpt.c489 if (lpt->sc_flags & LPT_AUTOLF)
738 sc->sc_flags = fl & (LPT_PRIME|LPT_AUTOLF);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlptvar.h78 #define LPT_AUTOLF 0x20 /* automatic LF on CR */ macro
H A Dlpt.c203 if (flags & LPT_AUTOLF)
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlptvar.h59 #define LPT_AUTOLF 0x20 /* automatic LF on CR */ macro
/netbsd-6-1-5-RELEASE/usr.sbin/lptctl/
H A Dlptctl.c131 flags |= LPT_AUTOLF;
133 flags &= ~LPT_AUTOLF;
192 printf("autolf=%s ", (flags & LPT_AUTOLF) ? "yes" : "no");
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dlpt.c107 #define LPT_AUTOLF 0x20 /* automatic LF on CR XXX: LWP - not yet... */ macro

Completed in 125 milliseconds