Home
last modified time | relevance | path

Searched refs:LITOUT (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/compat/common/
Dtty_43.c319 SET(flags, ISSET(tp->t_flags, LITOUT|PASS8)); in ttcompatgetflags()
322 SET(flags, LITOUT); in ttcompatgetflags()
414 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetflags()
421 if (!ISSET(flags, RAW|LITOUT)) in ttcompatsetflags()
482 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetlflags()
489 if (!ISSET(flags, RAW|LITOUT)) in ttcompatsetlflags()
/netbsd/src/sys/sys/
Dioctl_compat.h133 #define LITOUT 0x00200000 /* literal output */ macro
153 #define LLITOUT (LITOUT>>16)
/netbsd/src/usr.sbin/lpr/lpd/
Dttcompat.c82 SET(flags, LITOUT); in sttygetoflags()
137 if (ISSET(flags, RAW|LITOUT|PASS8)) { in sttysetoflags()
144 if (!ISSET(flags, RAW|LITOUT)) in sttysetoflags()
/netbsd/src/lib/librpcsvc/
Drex.x137 const LITOUT = 0x00200000; /* literal output */ variable
/netbsd/src/libexec/getty/
Dsubr.c462 if (ISSET(flags, RAW|LITOUT|PASS8)) { in compatflags()
469 if (!ISSET(flags, RAW|LITOUT)) in compatflags()