Home
last modified time | relevance | path

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

/external/qemu/hw/
Dgoldfish_tty.c31 struct tty_state { struct
45 struct tty_state* s = opaque; in goldfish_tty_save() argument
56 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()
/external/mksh/src/
Djobs.c817 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()
Dedit.c3284 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()
Dmain.c1888 ocb = &tty_state; in x_mkraw()
Dsh.h2071 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable