/linux/arch/sparc/kernel/ |
H A D | termios.c | 7 * interpreted differently depending on whether ICANON is set in 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()
|
/linux/arch/alpha/kernel/ |
H A D | termios.c | 19 canon = v.c_lflag & ICANON; in user_termio_to_kernel_termios() 45 canon = v.c_lflag & ICANON; in kernel_termios_to_user_termio()
|
/linux/tools/perf/util/ |
H A D | term.c | 36 tc.c_lflag &= ~(ICANON | ECHO); in set_term_quiet_input()
|
/linux/drivers/usb/serial/ |
H A D | empeg.c | 106 | ICANON /* disable erase, kill, werase, and rprnt special characters */ in empeg_init_termios()
|
H A D | cypress_m8.c | 938 | ICANON /* disable erase, kill, werase, and rprnt in cypress_set_termios()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 136 #define ICANON 0x00000100 macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 128 #define ICANON 0x00002 macro
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 128 #define ICANON 0x00002 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 57 #define VERASE 2 /* Erase character [ICANON] */ 58 #define VKILL 3 /* Kill-line character [ICANON] */ 59 #define VMIN 4 /* Minimum number of bytes read at once [!ICANON] */ 60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */ 61 #define VEOL2 6 /* Second EOL character [ICANON] */ 73 #define VREPRINT 12 /* Reprint-line character [ICANON] */ 75 #define VWERASE 14 /* Word-erase character [ICANON] */ 77 #define VEOF 16 /* End-of-file character [ICANON] */ 78 #define VEOL 17 /* End-of-line character [ICANON] */ 152 #define ICANON macro [all...] |
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 146 #define ICANON 0x00000100 macro
|
/linux/drivers/tty/ |
H A D | tty_ioctl.c | 592 termios->c_lflag = ISIG | ICANON; in set_sgflags() 595 termios->c_lflag &= ~ICANON; in set_sgflags() 606 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags() 608 if (!(termios->c_lflag & ICANON)) { in set_sgflags()
|
H A D | n_tty.c | 1788 if (!old || (old->c_lflag ^ tty->termios.c_lflag) & (ICANON | EXTPROC)) { in n_tty_set_termios() 1935 * Helper function to speed up n_tty_read(). It is only called when %ICANON is 1986 * Helper function for n_tty_read(). It is only called when %ICANON is on; it
|
H A D | tty_io.c | 128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
|
/linux/samples/uhid/ |
H A D | uhid-example.c | 399 state.c_lflag &= ~ICANON; in main()
|
/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 123 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
|
/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 108 local_term_attributes.c_lflag &= ~(ICANON | ECHO); in os_enter_line_edit_mode()
|
/linux/include/linux/ |
H A D | tty.h | 101 #define L_ICANON(tty) _L_FLAG((tty), ICANON)
|
/linux/tools/accounting/ |
H A D | delaytop.c | 153 raw.c_lflag &= ~(ICANON | ECHO); in enable_raw_mode()
|
/linux/tools/firewire/ |
H A D | nosy-dump.c | 889 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1136 rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON; in rfcomm_init_ttys()
|