Searched refs:tty_state (Results 1 – 5 of 5) sorted by relevance
/external/qemu/hw/ |
D | goldfish_tty.c | 34 struct tty_state { struct 48 struct tty_state* s = opaque; in goldfish_tty_save() argument 59 struct tty_state* s = opaque; in goldfish_tty_load() 75 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_read() 90 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_write() 182 struct tty_state *s = opaque; in tty_can_receive() 189 struct tty_state *s = opaque; in tty_receive() 212 struct tty_state *s; in goldfish_tty_add()
|
/external/mksh/src/ |
D | jobs.c | 313 tcgetattr(tty_fd, &tty_state); in j_change() 727 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_resume() 750 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_resume() 1045 tcgetattr(tty_fd, &tty_state); in j_waitj() 1047 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_waitj()
|
D | main.c | 888 tcgetattr(tty_fd, &tty_state); in tty_init()
|
D | sh.h | 1740 EXTERN struct termios tty_state; /* saved tty state */ variable
|
D | edit.c | 3131 cb = tty_state; in x_mode() 3185 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in x_mode()
|