HomeSort by relevance Sort by last modified time
    Searched refs:tty_state (Results 1 - 5 of 5) sorted by null

  /external/qemu/hw/
goldfish_tty.c 34 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 *s
    [all...]
  /external/mksh/src/
jobs.c 334 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);
    [all...]
edit.c     [all...]
main.c 1029 tcgetattr(tty_fd, &tty_state);
    [all...]
sh.h 1915 EXTERN struct termios tty_state; \/* saved tty state *\/ variable in typeref:struct:termios
    [all...]

Completed in 129 milliseconds