Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.init.c235 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 …]
H A Ded.h205 #define TS_IO 2 /* new mode from terminal */ macro
/freebsd/contrib/libedit/
H A Dtty.c536 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()
H A Dtty.h439 #define TS_IO 2 /* new mode from terminal */ macro
H A Dreadline.c2144 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()