Searched refs:PASS8 (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 319 SET(flags, ISSET(tp->t_flags, LITOUT|PASS8)); in ttcompatgetflags() 324 SET(flags, PASS8); in ttcompatgetflags() 414 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetflags() 417 if (!ISSET(flags, RAW|PASS8)) in ttcompatsetflags() 482 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetlflags() 485 if (!ISSET(flags, RAW|PASS8)) in ttcompatsetlflags()
|
| /netbsd-src/sys/sys/ |
| H A D | ioctl_compat.h | 139 #define PASS8 0x08000000 macro 158 #define LPASS8 (PASS8>>16)
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | ttcompat.c | 80 SET(flags, PASS8); in sttygetoflags() 137 if (ISSET(flags, RAW|LITOUT|PASS8)) { in sttysetoflags() 140 if (!ISSET(flags, RAW|PASS8)) in sttysetoflags()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | rex.x | 143 const PASS8 = 0x08000000; variable
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 772 # if defined (PASS8) in terminal_prep_terminal() 773 ttybuff.sg_flags |= PASS8; in terminal_prep_terminal()
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 462 if (ISSET(flags, RAW|LITOUT|PASS8)) { in compatflags() 465 if (!ISSET(flags, RAW|PASS8)) in compatflags()
|