Searched refs:c_lflag (Results 1 – 10 of 10) sorted by relevance
30 tcflag_t c_lflag; member38 tcflag_t c_lflag; member48 tcflag_t c_lflag; member
34 unsigned short c_lflag; member
93 EXPECT_EQ(0U, (t.c_lflag & (ECHO|ECHONL|ICANON|ISIG|IEXTEN))); in TEST()
63 s->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
42 STRUCT_MEMBER(struct termios, tcflag_t, c_lflag); in termios_h()
152 tio.c_lflag = 0; /* turn of CANON, ECHO*, etc */ in android_hardware_SerialPort_open()
45 term.c_lflag &= ~ICANON; in _kbhit()
162 term.c_lflag &= ~ICANON; in _kbhit()
77 term.c_lflag &= ~ICANON; in _kbhit()
3680 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */