Searched refs:tty_state (Results 1 – 5 of 5) sorted by relevance
31 struct tty_state { struct45 struct tty_state* s = opaque; in goldfish_tty_save() argument56 struct tty_state* s = opaque; in goldfish_tty_load()72 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_read()87 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_write()171 struct tty_state *s = opaque; in tty_can_receive()178 struct tty_state *s = opaque; in tty_receive()201 struct tty_state *s; in goldfish_tty_add()
817 mksh_tcset(tty_fd, &tty_state); in j_resume()839 mksh_tcset(tty_fd, &tty_state); in j_resume()1153 mksh_tcget(tty_fd, &tty_state); in j_waitj()1155 mksh_tcset(tty_fd, &tty_state); in j_waitj()1848 mksh_tcget(tty_fd, &tty_state); in tty_init_state()
3284 edchars.erase = tty_state.c_cc[VERASE]; in x_mode()3285 edchars.kill = tty_state.c_cc[VKILL]; in x_mode()3286 edchars.intr = tty_state.c_cc[VINTR]; in x_mode()3287 edchars.quit = tty_state.c_cc[VQUIT]; in x_mode()3288 edchars.eof = tty_state.c_cc[VEOF]; in x_mode()3290 edchars.werase = tty_state.c_cc[VWERASE]; in x_mode()3322 mksh_tcset(tty_fd, &tty_state); in x_mode()
1888 ocb = &tty_state; in x_mkraw()
2071 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable