Searched refs:TS_IO (Results 1 – 5 of 5) sorted by relevance
235 tty_getchar(&tstty, ttychars[TS_IO]); in ed_Setup()240 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()242 ttychars[ED_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()244 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()246 ttychars[EX_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()497 tty_getchar(&tstty, ttychars[TS_IO]); in Rawmode()504 if (ttychars[TS_IO][i] != ttychars[EX_IO][i]) in Rawmode()515 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode()516 ttychars[ED_IO][i] = ttychars[TS_IO][i]; in Rawmode()524 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode()[all …]
205 #define TS_IO 2 /* new mode from terminal */ macro
536 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_setup()541 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()546 el->el_tty.t_c[TS_IO][rst]; in tty_setup()548 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()551 el->el_tty.t_c[TS_IO][rst]; in tty_setup()985 && (el->el_tty.t_c[TS_IO][c] != el->el_tty.t_c[EX_IO][c])) in tty_update_char()986 el->el_tty.t_c[mode][c] = el->el_tty.t_c[TS_IO][c]; in tty_update_char()1037 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_rawmode()1044 if (el->el_tty.t_c[TS_IO][i] != in tty_rawmode()
439 #define TS_IO 2 /* new mode from terminal */ macro
2144 if (count == 0 && buf[0] == e->el_tty.t_c[TS_IO][C_EOF]) in rl_callback_read_char()2184 a[0] = (char)e->el_tty.t_c[TS_IO][C_REPRINT]; in rl_redisplay()