Searched refs:ED_IO (Results 1 – 5 of 5) sorted by relevance
160 if (ttychars[ED_IO][rst] == (unsigned char) _POSIX_VDISABLE) in ed_Setup()161 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()322 edtty.d_t.c_iflag &= ~ttylist[ED_IO][M_INPUT].t_clrmask; in ed_Init()323 edtty.d_t.c_iflag |= ttylist[ED_IO][M_INPUT].t_setmask; in ed_Init()325 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in ed_Init()326 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in ed_Init()328 edtty.d_t.c_cflag &= ~ttylist[ED_IO][M_CONTROL].t_clrmask; in ed_Init()329 edtty.d_t.c_cflag |= ttylist[ED_IO][M_CONTROL].t_setmask; in ed_Init()[all …]
204 #define ED_IO 1 /* while we are editing */ macro
606 z = ED_IO; in dosetty()1096 case ED_IO: in tty_setdisc()
543 && el->el_tty.t_c[ED_IO][rst] != in tty_setup()545 el->el_tty.t_c[ED_IO][rst] = in tty_setup()563 tty_setup_flags(el, &el->el_tty.t_ed, ED_IO); in tty_setup()565 tty__setchar(&el->el_tty.t_ed, el->el_tty.t_c[ED_IO]); in tty_setup()899 unsigned char *t_n = el->el_tty.t_c[ED_IO]; in tty_bind_char()976 *ed = tty_update_flag(el, *tt, ED_IO, kind); in tty_update_flags()999 if (el->el_tty.t_mode == ED_IO || el->el_tty.t_mode == QU_IO) in tty_rawmode()1054 tty_update_char(el, ED_IO, i); in tty_rawmode()1057 tty__setchar(&el->el_tty.t_ed, el->el_tty.t_c[ED_IO]); in tty_rawmode()1072 el->el_tty.t_mode = ED_IO; in tty_rawmode()[all …]
438 #define ED_IO 1 /* while we are editing */ macro