Searched refs:ISIG (Results 1 – 13 of 13) sorted by relevance
107 | ISIG /* disable interrupt, quit, and suspend special characters */ in empeg_init_termios()
940 | ISIG /* disable interrupt, quit, and suspend in cypress_set_termios()
135 #define ISIG 0x00000080 macro
127 #define ISIG 0x00001 macro
55 #define VINTR 0 /* Interrupt character [ISIG] */56 #define VQUIT 1 /* Quit character [ISIG] */66 #define VSUSP 10 /* Suspend character [ISIG] */71 #define VDSUSP 11 /* Delayed suspend character [ISIG] */151 #define ISIG 0x00001 /* Enable signals */ macro
145 #define ISIG 0x00000080 macro
123 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
592 termios->c_lflag = ISIG | ICANON; in set_sgflags() 606 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags()
128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
562 driver->init_termios.c_lflag = ISIG | ECHO; in sclp_tty_init()
1180 driver->init_termios.c_lflag = ISIG; in tty3215_init()
100 #define L_ISIG(tty) _L_FLAG((tty), ISIG)