Home
last modified time | relevance | path

Searched refs:ICANON (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_lflag.h25 #define ICANON 0x00000100 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_lflag.h25 #define ICANON 0x00000100 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_lflag.h25 #define ICANON 0000002 /* Canonical input (erase and kill processing). */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dtermios-c_lflag.h25 #define ICANON 0000002 /* Do erase and kill processing. */ macro
/glibc-2.36/termios/
Dcfmakeraw.c26 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/glibc-2.36/manual/examples/
Dtermios.c53 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
/glibc-2.36/sysdeps/generic/sys/
Dttydefaults.h48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dttydefaults.h48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/glibc-2.36/bits/
Dtermios.h228 #define ICANON _ICANON macro
/glibc-2.36/conform/data/
Dtermios.h-data118 constant ICANON
/glibc-2.36/manual/
Dterminal.texi196 @code{ICANON} flag in the @code{c_lflag} member of @code{struct termios}.
798 @deftypevr Macro tcflag_t ICANON
818 This bit only controls the display behavior; the @code{ICANON} bit by
847 This bit only controls the display behavior; the @code{ICANON} bit by
862 If this bit is set and the @code{ICANON} bit is also set, then the
1608 @var{termios-p}->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);