Searched refs:edtty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Ded.init.c51 static ttydata_t extty, edtty, tstty; variable
191 tstty = edtty = extty;
322 edtty.d_t.c_iflag &= ~ttylist[ED_IO][M_INPUT].t_clrmask;
323 edtty.d_t.c_iflag |= ttylist[ED_IO][M_INPUT].t_setmask;
325 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask;
326 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask;
328 edtty.d_t.c_cflag &= ~ttylist[ED_IO][M_CONTROL].t_clrmask;
329 edtty.d_t.c_cflag |= ttylist[ED_IO][M_CONTROL].t_setmask;
331 edtty.d_t.c_lflag &= ~ttylist[ED_IO][M_LINED].t_clrmask;
332 edtty
[all...]

Completed in 159 milliseconds