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

/external/qemu/hw/
H A Dgoldfish_tty.c34 struct tty_state { struct
48 struct tty_state* s = opaque;
59 struct tty_state* s = opaque;
75 struct tty_state *s = (struct tty_state *)opaque;
90 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.c334 tcgetattr(tty_fd, &tty_state);
811 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
833 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
1137 tcgetattr(tty_fd, &tty_state);
1139 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
H A Dedit.c3204 edchars.erase = tty_state.c_cc[VERASE];
3205 edchars.kill = tty_state.c_cc[VKILL];
3206 edchars.intr = tty_state.c_cc[VINTR];
3207 edchars.quit = tty_state.c_cc[VQUIT];
3208 edchars.eof = tty_state.c_cc[VEOF];
3210 edchars.werase = tty_state.c_cc[VWERASE];
3242 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
5343 ocb = &tty_state;
H A Dmain.c1029 tcgetattr(tty_fd, &tty_state);
H A Dsh.h1915 EXTERN struct termios tty_state; /* saved tty state */ variable in typeref:struct:termios

Completed in 507 milliseconds