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

/external/qemu/hw/android/goldfish/
H A Dtty.c33 struct tty_state { struct
47 struct tty_state* s = opaque;
58 struct tty_state* s = opaque;
79 struct tty_state *s = (struct tty_state *)opaque;
94 struct tty_state *s = (struct tty_state *)opaque;
182 struct tty_state *s = opaque;
189 struct tty_state *s = opaque;
212 struct tty_state *
[all...]
/external/mksh/src/
H A Djobs.c238 mksh_tcset(tty_fd, &tty_state);
863 mksh_tcset(tty_fd, &tty_state);
885 mksh_tcset(tty_fd, &tty_state);
1199 mksh_tcget(tty_fd, &tty_state);
1201 mksh_tcset(tty_fd, &tty_state);
1915 mksh_tcget(tty_fd, &tty_state);
H A Dedit.c3292 edchars.erase = tty_state.c_cc[VERASE];
3293 edchars.kill = tty_state.c_cc[VKILL];
3294 edchars.intr = tty_state.c_cc[VINTR];
3295 edchars.quit = tty_state.c_cc[VQUIT];
3296 edchars.eof = tty_state.c_cc[VEOF];
3298 edchars.werase = tty_state.c_cc[VWERASE];
3330 mksh_tcset(tty_fd, &tty_state);
H A Dmain.c1870 ocb = &tty_state;
H A Dsh.h2029 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable
2030 EXTERN bool tty_hasstate; /* true if tty_state is valid */

Completed in 285 milliseconds