Lines Matching refs:ED_IO
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()
331 edtty.d_t.c_lflag &= ~ttylist[ED_IO][M_LINED].t_clrmask; in ed_Init()
332 edtty.d_t.c_lflag |= ttylist[ED_IO][M_LINED].t_setmask; in ed_Init()
342 edtty.d_t.sg_flags &= ~(ttylist[ED_IO][M_CONTROL].t_clrmask | XTABS); in ed_Init()
343 edtty.d_t.sg_flags |= ttylist[ED_IO][M_CONTROL].t_setmask; in ed_Init()
346 edtty.d_t.sg_flags &= ~ttylist[ED_IO][M_CONTROL].t_clrmask; in ed_Init()
347 edtty.d_t.sg_flags |= (ttylist[ED_IO][M_CONTROL].t_setmask | XTABS); in ed_Init()
350 edtty.d_lb &= ~ttylist[ED_IO][M_LOCAL].t_clrmask; in ed_Init()
351 edtty.d_lb |= ttylist[ED_IO][M_LOCAL].t_setmask; in ed_Init()
354 tty_setchar(&edtty, ttychars[ED_IO]); in ed_Init()
371 tty_setdisc(SHTTY, ED_IO); in Rawmode()
433 edtty.d_t.c_cflag &= ~ttylist[ED_IO][M_CONTROL].t_clrmask; in Rawmode()
434 edtty.d_t.c_cflag |= ttylist[ED_IO][M_CONTROL].t_setmask; in Rawmode()
441 edtty.d_t.c_lflag &= ~ttylist[ED_IO][M_LINED].t_clrmask; in Rawmode()
442 edtty.d_t.c_lflag |= ttylist[ED_IO][M_LINED].t_setmask; in Rawmode()
449 edtty.d_t.c_iflag &= ~ttylist[ED_IO][M_INPUT].t_clrmask; in Rawmode()
450 edtty.d_t.c_iflag |= ttylist[ED_IO][M_INPUT].t_setmask; in Rawmode()
457 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in Rawmode()
458 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in Rawmode()
479 ~(ttylist[ED_IO][M_CONTROL].t_clrmask|XTABS); in Rawmode()
480 edtty.d_t.sg_flags |= ttylist[ED_IO][M_CONTROL].t_setmask; in Rawmode()
483 edtty.d_t.sg_flags &= ~ttylist[ED_IO][M_CONTROL].t_clrmask; 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()
514 if (!((ttylist[ED_IO][M_CHAR].t_setmask & C_SH(i))) && in Rawmode()
516 ttychars[ED_IO][i] = ttychars[TS_IO][i]; in Rawmode()
517 if (ttylist[ED_IO][M_CHAR].t_clrmask & C_SH(i)) in Rawmode()
518 ttychars[ED_IO][i] = vdisable; in Rawmode()
520 tty_setchar(&edtty, ttychars[ED_IO]); in Rawmode()