Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Ded.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 …]
Ded.h206 #define TS_IO 2 /* new mode from terminal */ macro
/freebsd-9-stable/lib/libedit/
Dtty.c514 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_setup()
519 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
524 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
526 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
529 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
981 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_rawmode()
988 if (el->el_tty.t_c[TS_IO][i] != in tty_rawmode()
999 && (el->el_tty.t_c[TS_IO][i] != el->el_tty.t_c[EX_IO][i])) in tty_rawmode()
1000 el->el_tty.t_c[ED_IO][i] = el->el_tty.t_c[TS_IO][i]; in tty_rawmode()
1009 && (el->el_tty.t_c[TS_IO][i] != el->el_tty.t_c[EX_IO][i])) in tty_rawmode()
[all …]
Dtty.h440 #define TS_IO 2 /* new mode from terminal */ macro
Dreadline.c1922 if (count == 0 && buf[0] == e->el_tty.t_c[TS_IO][C_EOF]) in rl_callback_read_char()
1961 a[0] = e->el_tty.t_c[TS_IO][C_REPRINT]; in rl_redisplay()