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

/freebsd-13-stable/contrib/tcsh/
H A Ded.term.c197 { "cignore",CIGNORE,M_CONTROL },
200 { "cbaud", CBAUD, M_CONTROL },
203 { "cstopb", CSTOPB, M_CONTROL },
206 { "cread", CREAD, M_CONTROL },
209 { "parenb", PARENB, M_CONTROL },
212 { "parodd", PARODD, M_CONTROL },
215 { "hupcl", HUPCL, M_CONTROL },
218 { "clocal", CLOCAL, M_CONTROL },
221 { "loblk", LOBLK, M_CONTROL },
224 { "cibaud", CIBAUD, M_CONTROL },
[all...]
H A Ded.init.c204 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]
[all...]
H A Ded.h212 # define M_CONTROL 2 macro
217 # define M_CONTROL 0 macro

Completed in 64 milliseconds