Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.init.c161 ttychars[ED_IO][rst] = vdisable; in ed_Setup()
241 ttychars[ED_IO][rst] != vdisable) in ed_Setup()
242 ttychars[ED_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()
354 tty_setchar(&edtty, ttychars[ED_IO]); in ed_Init()
371 tty_setdisc(SHTTY, ED_IO); in Rawmode()
485 (ttylist[ED_IO][M_CONTROL].t_setmask|XTABS); in Rawmode()
489 edtty.d_lb &= ~ttylist[ED_IO][M_LOCAL].t_clrmask; in Rawmode()
490 edtty.d_lb |= ttylist[ED_IO][M_LOCAL].t_setmask; in Rawmode()
516 ttychars[ED_IO][i] = ttychars[TS_IO][i]; in Rawmode()
518 ttychars[ED_IO][i] = vdisable; in Rawmode()
[all …]
H A Ded.h204 #define ED_IO 1 /* while we are editing */ macro
H A Ded.term.c610 z = ED_IO; in dosetty()
1107 case ED_IO: in tty_setdisc()
/dragonfly/contrib/libedit/src/
H A Dtty.c543 && el->el_tty.t_c[ED_IO][rst] != in tty_setup()
545 el->el_tty.t_c[ED_IO][rst] = in tty_setup()
899 unsigned char *t_n = el->el_tty.t_c[ED_IO]; in tty_bind_char()
1054 tty_update_char(el, ED_IO, i); in tty_rawmode()
1072 el->el_tty.t_mode = ED_IO; in tty_rawmode()
1143 el->el_tty.t_mode = ED_IO; in tty_noquotemode()
1177 z = ED_IO; in tty_stty()
1355 return el->el_tty.t_c[ED_IO][VINTR]; in tty_get_signal_character()
1359 return el->el_tty.t_c[ED_IO][VQUIT]; in tty_get_signal_character()
1363 return el->el_tty.t_c[ED_IO][VSTATUS]; in tty_get_signal_character()
[all …]
H A Dtty.h438 #define ED_IO 1 /* while we are editing */ macro