Home
last modified time | relevance | path

Searched refs:TS_IO (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/tcsh/
HDed.init.c239 tty_getchar(&tstty, ttychars[TS_IO]); in ed_Setup()
244 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()
246 ttychars[ED_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()
248 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup()
250 ttychars[EX_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()
501 tty_getchar(&tstty, ttychars[TS_IO]); in Rawmode()
508 if (ttychars[TS_IO][i] != ttychars[EX_IO][i]) in Rawmode()
519 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode()
520 ttychars[ED_IO][i] = ttychars[TS_IO][i]; in Rawmode()
528 (ttychars[TS_IO][i] != ttychars[EX_IO][i])) in Rawmode()
[all …]
HDed.h206 #define TS_IO 2 /* new mode from terminal */ macro
/NextBSD/lib/libedit/
HDtty.c532 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_setup()
537 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
542 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
544 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
547 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
970 && (el->el_tty.t_c[TS_IO][c] != el->el_tty.t_c[EX_IO][c])) in tty_update_char()
971 el->el_tty.t_c[mode][c] = el->el_tty.t_c[TS_IO][c]; in tty_update_char()
1022 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_rawmode()
1029 if (el->el_tty.t_c[TS_IO][i] != in tty_rawmode()
HDtty.h442 #define TS_IO 2 /* new mode from terminal */ macro
HDreadline.c1996 if (count == 0 && buf[0] == e->el_tty.t_c[TS_IO][C_EOF]) in rl_callback_read_char()
2035 a[0] = (char)e->el_tty.t_c[TS_IO][C_REPRINT]; in rl_redisplay()