Home | History | Annotate | Download | only in getty

Lines Matching refs:tmode

59 extern	struct termios tmode, omode;
157 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
158 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
159 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
160 &tmode.c_cc[VDSUSP], &tmode.c_cc[VREPRINT], &tmode.c_cc[VDISCARD],
161 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
162 &tmode.c_cc[VEOL2], 0
216 tmode.c_cflag = C0;
217 tmode.c_iflag = I0;
218 tmode.c_lflag = L0;
219 tmode.c_oflag = O0;
225 tmode.c_cflag = C1;
226 tmode.c_iflag = I1;
227 tmode.c_lflag = L1;
228 tmode.c_oflag = O1;
234 tmode.c_cflag = C2;
235 tmode.c_iflag = I2;
236 tmode.c_lflag = L2;
237 tmode.c_oflag = O2;
356 tmode.c_iflag = iflag;
357 tmode.c_oflag = oflag;
358 tmode.c_cflag = cflag;
359 tmode.c_lflag = lflag;
480 tmode.c_iflag = iflag;
481 tmode.c_oflag = oflag;
482 tmode.c_cflag = cflag;
483 tmode.c_lflag = lflag;