Searched refs:notty (Results 1 – 25 of 283) sorted by relevance
12345678910>>...12
| /netbsd-src/lib/libcurses/ |
| H A D | tty.c | 82 if (_cursesi_screen->notty == TRUE) in baudrate() 118 screen->notty = TRUE; in _cursesi_gettmode() 182 if (_cursesi_screen->notty == TRUE) in raw() 201 if (_cursesi_screen->notty == TRUE) in noraw() 221 if (_cursesi_screen->notty == TRUE) in cbreak() 242 if (_cursesi_screen->notty == TRUE) in nocbreak() 287 if (_cursesi_screen->notty == TRUE) in __delay() 313 if (_cursesi_screen->notty == TRUE) in __nodelay() 338 if (_cursesi_screen->notty == TRUE) in __save_termios() 351 if (_cursesi_screen->notty in __restore_termios() [all...] |
| /netbsd-src/usr.bin/find/ |
| H A D | find.c | 157 static bool notty; variable 163 notty = !(isatty(STDIN_FILENO) || isatty(STDOUT_FILENO) || in sig_init() 165 if (notty) in sig_init() 180 if (notty) in sig_lock() 188 if (notty) in sig_unlock()
|
| /netbsd-src/sys/dev/ |
| H A D | mm.c | 68 .d_tty = notty, 84 .d_tty = notty,
|
| H A D | random.c | 89 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/ping/ |
| H A D | ping.c | 59 .d_tty = notty,
|
| /netbsd-src/sys/kern/ |
| H A D | tty_ptm.c | 78 .d_tty = notty, 440 .d_tty = notty,
|
| H A D | tty_tty.c | 166 .d_tty = notty,
|
| /netbsd-src/sys/arch/emips/ebus/ |
| H A D | stub_ebus.c | 107 .d_tty = notty,
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | devnull.c | 55 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/ping_block/ |
| H A D | ping.c | 59 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/mapper/ |
| H A D | mapper.c | 60 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/panic_string/ |
| H A D | panic_string.c | 74 .d_tty = notty,
|
| /netbsd-src/sys/arch/mipsco/obio/ |
| H A D | i82072.c | 69 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/readhappy/ |
| H A D | readhappy.c | 107 .d_tty = notty,
|
| /netbsd-src/sys/arch/i386/isa/ |
| H A D | cmos.c | 104 .d_tty = notty,
|
| /netbsd-src/sys/arch/evbsh3/nextvod/ |
| H A D | stasc.c | 135 .d_tty = notty,
|
| /netbsd-src/sys/arch/sh3/dev/ |
| H A D | wdog.c | 77 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/fopsmapper/ |
| H A D | fopsmapper.c | 62 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/luareadhappy/ |
| H A D | luareadhappy.c | 75 .d_tty = notty,
|
| /netbsd-src/sys/dev/wsfont/ |
| H A D | wsfontdev.c | 163 .d_tty = notty,
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | nvram.c | 80 .d_tty = notty,
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_dev.c | 51 .d_tty = notty,
|
| /netbsd-src/sys/modules/examples/readhappy_mpsafe/ |
| H A D | readhappy_mpsafe.c | 128 .d_tty = notty,
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | uk.c | 85 .d_tty = notty,
|
| /netbsd-src/sys/dev/ic/ |
| H A D | qemufwcfg.c | 165 .d_tty = notty,
|
12345678910>>...12