Searched refs:tty_state (Results 1 – 5 of 5) sorted by relevance
51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable57 if (tty_state == RESET) { in tty_semi_raw()86 tty_state = RAW; in tty_semi_raw()93 if (tty_state != CBREAK && tty_state != RAW) { in tty_atexit()100 tty_state = RESET; in tty_atexit()
238 mksh_tcset(tty_fd, &tty_state); in j_suspend()863 mksh_tcset(tty_fd, &tty_state); in j_resume()885 mksh_tcset(tty_fd, &tty_state); in j_resume()1200 mksh_tcget(tty_fd, &tty_state); in j_waitj()1202 mksh_tcset(tty_fd, &tty_state); in j_waitj()1921 mksh_tcget(tty_fd, &tty_state); in tty_init_state()
3311 edchars.erase = tty_state.c_cc[VERASE]; in x_mode()3312 edchars.kill = tty_state.c_cc[VKILL]; in x_mode()3313 edchars.intr = tty_state.c_cc[VINTR]; in x_mode()3314 edchars.quit = tty_state.c_cc[VQUIT]; in x_mode()3315 edchars.eof = tty_state.c_cc[VEOF]; in x_mode()3317 edchars.werase = tty_state.c_cc[VWERASE]; in x_mode()3364 mksh_tcset(tty_fd, &tty_state); in x_mode()
1887 ocb = &tty_state; in x_mkraw()
2101 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable