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 313 tcgetattr(tty_fd, &tty_state);
727 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
750 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
1045 tcgetattr(tty_fd, &tty_state);
1047 tcsetattr(tty_fd, TCSADRAIN, &tty_state);
    [all...]
main.c 888 tcgetattr(tty_fd, &tty_state);
    [all...]
sh.h 1740 EXTERN struct termios tty_state; \/* saved tty state *\/ variable in typeref:struct:termios
    [all...]
edit.c     [all...]

Completed in 1384 milliseconds