Searched refs:ICANON (Results 1 – 11 of 11) sorted by relevance
25 #define ICANON 0x00000100 macro
25 #define ICANON 0000002 /* Canonical input (erase and kill processing). */ macro
25 #define ICANON 0000002 /* Do erase and kill processing. */ macro
26 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
53 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
228 #define ICANON _ICANON macro
118 constant ICANON
196 @code{ICANON} flag in the @code{c_lflag} member of @code{struct termios}.798 @deftypevr Macro tcflag_t ICANON818 This bit only controls the display behavior; the @code{ICANON} bit by847 This bit only controls the display behavior; the @code{ICANON} bit by862 If this bit is set and the @code{ICANON} bit is also set, then the1608 @var{termios-p}->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);