Searched refs:LITOUT (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/compat/common/ |
| D | tty_43.c | 319 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/ |
| D | ioctl_compat.h | 133 #define LITOUT 0x00200000 /* literal output */ macro 153 #define LLITOUT (LITOUT>>16)
|
| /netbsd/src/usr.sbin/lpr/lpd/ |
| D | ttcompat.c | 82 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/ |
| D | rex.x | 137 const LITOUT = 0x00200000; /* literal output */ variable
|
| /netbsd/src/libexec/getty/ |
| D | subr.c | 462 if (ISSET(flags, RAW|LITOUT|PASS8)) { in compatflags() 469 if (!ISSET(flags, RAW|LITOUT)) in compatflags()
|