HomeSort by relevance Sort by last modified time
    Searched full:termios_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tty.cc 26 #define IS_ECHO CHECK_LFLAG(termios_, ECHO)
27 #define IS_ECHOE CHECK_LFLAG(termios_, ECHOE)
28 #define IS_ECHONL CHECK_LFLAG(termios_, ECHONL)
29 #define IS_ECHOCTL CHECK_LFLAG(termios_, ECHOCTL)
30 #define IS_ICANON CHECK_LFLAG(termios_, ICANON)
51 termios_.c_iflag = ICRNL | IXON | IXOFF | IUTF8;
52 termios_.c_oflag = OPOST | ONLCR;
53 termios_.c_cflag = CREAD | 077;
54 termios_.c_lflag =
56 termios_.c_ispeed = B38400
    [all...]
mount_node_tty.h 50 struct termios termios_; member in class:nacl_io::MountNodeTty

Completed in 31 milliseconds