Searched refs:EX_IO (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.init.c | 163 ttychars[EX_IO][rst] = vdisable; in ed_Setup() 245 ttychars[EX_IO][rst] != vdisable) in ed_Setup() 248 tty_setchar(&extty, ttychars[EX_IO]); in ed_Setup() 257 tty_setchar(&extty, ttychars[EX_IO]); in ed_Setup() 504 if (ttychars[TS_IO][i] != ttychars[EX_IO][i]) in Rawmode() 515 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode() 524 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode() 525 ttychars[EX_IO][i] = ttychars[TS_IO][i]; in Rawmode() 527 ttychars[EX_IO][i] = vdisable; in Rawmode() 529 tty_setchar(&extty, ttychars[EX_IO]); in Rawmode() [all …]
|
| H A D | ed.h | 203 #define EX_IO 0 /* while we are executing */ macro
|
| H A D | ed.term.c | 591 int z = EX_IO; in dosetty() 610 z = EX_IO; in dosetty() 1088 case EX_IO: in tty_setdisc()
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | tty.c | 528 tty_setup_flags(el, &el->el_tty.t_ex, EX_IO); in tty_setup() 550 el->el_tty.t_c[EX_IO][rst] = in tty_setup() 553 tty__setchar(&el->el_tty.t_ex, el->el_tty.t_c[EX_IO]); in tty_setup() 575 el->el_tty.t_mode = EX_IO; in tty_init() 977 *ex = tty_update_flag(el, *tt, EX_IO, kind); in tty_update_flags() 1045 el->el_tty.t_c[EX_IO][i]) in tty_rawmode() 1060 tty_update_char(el, EX_IO, i); in tty_rawmode() 1084 if (el->el_tty.t_mode == EX_IO) in tty_cookedmode() 1097 el->el_tty.t_mode = EX_IO; in tty_cookedmode() 1162 int z = EX_IO; in tty_stty() [all …]
|
| H A D | tty.h | 437 #define EX_IO 0 /* while we are executing */ macro
|
| H A D | read.c | 496 if (el->el_tty.t_mode == EX_IO && el->el_read->macros.level < 0) { in el_wgets()
|