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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c56 #define qutty tstty macro
663 qutty = edtty;
666 qutty.d_t.c_iflag &= ~ttylist[QU_IO][M_INPUT].t_clrmask;
667 qutty.d_t.c_iflag |= ttylist[QU_IO][M_INPUT].t_setmask;
669 qutty.d_t.c_oflag &= ~ttylist[QU_IO][M_OUTPUT].t_clrmask;
670 qutty.d_t.c_oflag |= ttylist[QU_IO][M_OUTPUT].t_setmask;
672 qutty.d_t.c_cflag &= ~ttylist[QU_IO][M_CONTROL].t_clrmask;
673 qutty.d_t.c_cflag |= ttylist[QU_IO][M_CONTROL].t_setmask;
675 qutty.d_t.c_lflag &= ~ttylist[QU_IO][M_LINED].t_clrmask;
676 qutty
[all...]

Completed in 99 milliseconds