Searched refs:ICANON (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/sys/
H A Dttydefaults.h49 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h43 #define VEOF 0 /* ICANON */
44 #define VEOL 1 /* ICANON */
46 #define VEOL2 2 /* ICANON together with IEXTEN */
48 #define VERASE 3 /* ICANON */
50 #define VWERASE 4 /* ICANON together with IEXTEN */
52 #define VKILL 5 /* ICANON */
54 #define VREPRINT 6 /* ICANON together with IEXTEN */
55 #define VERASE2 7 /* ICANON */
70 #define VMIN 16 /* !ICANON */
71 #define VTIME 17 /* !ICANON */
161 #define ICANON macro
[all...]
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c234 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO);
/barrelfish-master/lib/linenoise/
H A Dlinenoise.c237 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dio.c2483 ~(ICANON | ECHO | ECHOE | ECHOK | ECHONL);

Completed in 51 milliseconds