Searched refs:M_INPUT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 96 { "ignbrk", IGNBRK, M_INPUT }, 99 { "brkint", BRKINT, M_INPUT }, 102 { "ignpar", IGNPAR, M_INPUT }, 105 { "parmrk", PARMRK, M_INPUT }, 108 { "inpck", INPCK, M_INPUT }, 111 { "istrip", ISTRIP, M_INPUT }, 114 { "inlcr", INLCR, M_INPUT }, 117 { "igncr", IGNCR, M_INPUT }, 120 { "icrnl", ICRNL, M_INPUT }, 123 { "iuclc", IUCLC, M_INPUT }, [all …]
|
H A D | ed.init.c | 198 extty.d_t.c_iflag &= ~ttylist[EX_IO][M_INPUT].t_clrmask; in ed_Setup() 199 extty.d_t.c_iflag |= ttylist[EX_IO][M_INPUT].t_setmask; 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() 445 extty.d_t.c_iflag &= ~ttylist[EX_IO][M_INPUT].t_clrmask; in Rawmode() 446 extty.d_t.c_iflag |= ttylist[EX_IO][M_INPUT].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() 662 qutty.d_t.c_iflag &= ~ttylist[QU_IO][M_INPUT].t_clrmask; in QuoteModeOn() 663 qutty.d_t.c_iflag |= ttylist[QU_IO][M_INPUT].t_setmask; in QuoteModeOn()
|
H A D | ed.h | 210 # define M_INPUT 0 macro
|