Home
last modified time | relevance | path

Searched refs:tty_state (Results 1 – 5 of 5) sorted by relevance

/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable
57 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()
/external/mksh/src/
Djobs.c238 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()
Dedit.c3311 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()
Dmain.c1887 ocb = &tty_state; in x_mkraw()
Dsh.h2101 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable