Home | History | Annotate | Download | only in src

Lines Matching refs:tty_state

3300 		edchars.erase = tty_state.c_cc[VERASE];
3301 edchars.kill = tty_state.c_cc[VKILL];
3302 edchars.intr = tty_state.c_cc[VINTR];
3303 edchars.quit = tty_state.c_cc[VQUIT];
3304 edchars.eof = tty_state.c_cc[VEOF];
3306 edchars.werase = tty_state.c_cc[VWERASE];
3338 mksh_tcset(tty_fd, &tty_state);