Searched refs:ICANON (Results 1 – 7 of 7) sorted by relevance
26 if (!(v.c_lflag & ICANON)) { in kernel_termios_to_user_termio()43 if (k->c_lflag & ICANON) { in user_termios_to_kernel_termios()65 if (!(k->c_lflag & ICANON)) { in kernel_termios_to_user_termios()87 if (k->c_lflag & ICANON) { in user_termios_to_kernel_termios_1()107 if (!(k->c_lflag & ICANON)) { in kernel_termios_to_user_termios_1()
19 canon = v.c_lflag & ICANON; in user_termio_to_kernel_termios()45 canon = v.c_lflag & ICANON; in kernel_termios_to_user_termio()
136 #define ICANON 0x00000100 macro
128 #define ICANON 0x00002 macro
152 #define ICANON 0x00002 /* Do erase and kill processing */ macro
146 #define ICANON 0x00000100 macro
158 #define ICANON 0x00000002 macro
Completed in 12 milliseconds