• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/tcsh/

Lines Matching refs:M_CONTROL

204     extty.d_t.c_cflag &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
205 extty.d_t.c_cflag |= ttylist[EX_IO][M_CONTROL].t_setmask;
217 extty.d_t.sg_flags &= ~(ttylist[EX_IO][M_CONTROL].t_clrmask|XTABS);
218 extty.d_t.sg_flags |= ttylist[EX_IO][M_CONTROL].t_setmask;
221 extty.d_t.sg_flags &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
222 extty.d_t.sg_flags |= (ttylist[EX_IO][M_CONTROL].t_setmask|XTABS);
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;
342 edtty.d_t.sg_flags &= ~(ttylist[ED_IO][M_CONTROL].t_clrmask | XTABS);
343 edtty.d_t.sg_flags |= ttylist[ED_IO][M_CONTROL].t_setmask;
346 edtty.d_t.sg_flags &= ~ttylist[ED_IO][M_CONTROL].t_clrmask;
347 edtty.d_t.sg_flags |= (ttylist[ED_IO][M_CONTROL].t_setmask | XTABS);
429 extty.d_t.c_cflag &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
430 extty.d_t.c_cflag |= ttylist[EX_IO][M_CONTROL].t_setmask;
433 edtty.d_t.c_cflag &= ~ttylist[ED_IO][M_CONTROL].t_clrmask;
434 edtty.d_t.c_cflag |= ttylist[ED_IO][M_CONTROL].t_setmask;
464 extty.d_t.sg_flags &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
465 extty.d_t.sg_flags |= ttylist[EX_IO][M_CONTROL].t_setmask;
479 ~(ttylist[ED_IO][M_CONTROL].t_clrmask|XTABS);
480 edtty.d_t.sg_flags |= ttylist[ED_IO][M_CONTROL].t_setmask;
483 edtty.d_t.sg_flags &= ~ttylist[ED_IO][M_CONTROL].t_clrmask;
485 (ttylist[ED_IO][M_CONTROL].t_setmask|XTABS);
668 qutty.d_t.c_cflag &= ~ttylist[QU_IO][M_CONTROL].t_clrmask;
669 qutty.d_t.c_cflag |= ttylist[QU_IO][M_CONTROL].t_setmask;
674 qutty.d_t.sg_flags &= ~ttylist[QU_IO][M_CONTROL].t_clrmask;
675 qutty.d_t.sg_flags |= ttylist[QU_IO][M_CONTROL].t_setmask;