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

/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c200 { "cignore",CIGNORE,M_CONTROL },
203 { "cbaud", CBAUD, M_CONTROL },
206 { "cstopb", CSTOPB, M_CONTROL },
209 { "cread", CREAD, M_CONTROL },
212 { "parenb", PARENB, M_CONTROL },
215 { "parodd", PARODD, M_CONTROL },
218 { "hupcl", HUPCL, M_CONTROL },
221 { "clocal", CLOCAL, M_CONTROL },
224 { "loblk", LOBLK, M_CONTROL },
227 { "cibaud", CIBAUD, M_CONTROL },
[all...]
H A Ded.init.c208 extty.d_t.c_cflag &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
209 extty.d_t.c_cflag |= ttylist[EX_IO][M_CONTROL].t_setmask;
221 extty.d_t.sg_flags &= ~(ttylist[EX_IO][M_CONTROL].t_clrmask|XTABS);
222 extty.d_t.sg_flags |= ttylist[EX_IO][M_CONTROL].t_setmask;
225 extty.d_t.sg_flags &= ~ttylist[EX_IO][M_CONTROL].t_clrmask;
226 extty.d_t.sg_flags |= (ttylist[EX_IO][M_CONTROL].t_setmask|XTABS);
332 edtty.d_t.c_cflag &= ~ttylist[ED_IO][M_CONTROL].t_clrmask;
333 edtty.d_t.c_cflag |= ttylist[ED_IO][M_CONTROL].t_setmask;
346 edtty.d_t.sg_flags &= ~(ttylist[ED_IO][M_CONTROL].t_clrmask | XTABS);
347 edtty.d_t.sg_flags |= ttylist[ED_IO][M_CONTROL]
[all...]
H A Ded.h213 # define M_CONTROL 2 macro
218 # define M_CONTROL 0 macro

Completed in 42 milliseconds