Home | History | Annotate | Download | only in src

Lines Matching refs:tios

1189 	struct termios *tios = &el->el_tty.t_ex;
1205 tios = &el->el_tty.t_ed;
1210 tios = &el->el_tty.t_ex;
1215 tios = &el->el_tty.t_ts;
1304 tios->c_cc[c] = (cc_t)v;
1324 if (tty_setty(el, TCSADRAIN, tios) == -1) {