Searched refs:ISIG (Results 1 – 17 of 17) sorted by relevance
108 | ISIG /* disable interrupt, quit, and suspend special characters */ in empeg_init_termios()
159 tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE); in kobil_init_termios()
943 | ISIG /* disable interrupt, quit, and suspend in cypress_set_termios()
135 #define ISIG 0x00000080 macro
127 #define ISIG 0x00001 macro
145 #define ISIG 0x00000080 macro
151 #define ISIG 0x00001 /* Enable signals */ macro
167 #define ISIG 0x00000001 macro
287 tty_driver->init_termios.c_lflag = ISIG | ICANON | IEXTEN; in register_lte_tty_driver()
133 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
550 driver->init_termios.c_lflag = ISIG | ECHO; in sclp_tty_init()
1181 driver->init_termios.c_lflag = ISIG; in tty3215_init()
604 termios->c_lflag = ISIG | ICANON; in set_sgflags()618 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags()
128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
101 #define L_ISIG(tty) _L_FLAG((tty), ISIG)
1066 | ISIG /* disable interrupt, quit, and suspend special in hso_init_termios()