Searched refs:ISIG (Results 1 – 13 of 13) sorted by relevance
24 #define ISIG 0x00000080 macro
24 #define ISIG 0000001 /* Enable signals. */ macro
26 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
85 t.c_lflag &= ~(ECHO|ISIG); in getpass()
226 #define ISIG _ISIG macro
120 constant ISIG
879 @deftypevr Macro tcflag_t ISIG1314 input mode, but only when the @code{ISIG} flag is set (@pxref{Local1608 @var{termios-p}->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);1897 terminal using the @code{ISIG} terminal attribute (@pxref{Local Modes}).
2880 * sysdeps/unix/bsd/tcsetattr.c: Use cbreak mode if ISIG is set,
8304 * sysdeps/unix/sysv/linux/bits/termios.h (ISIG, ISCANON, ECHO, ECHOE,