Searched refs:ISIG (Results 1 – 4 of 4) sorted by relevance
80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
246 #define ISIG 0x00000080 /* enable signals INTR, QUIT, [D]SUSP */ macro
586 if (iflag & (INPCK | ISTRIP | IXON) || lflag & (IEXTEN | ISIG) in ttcompatgetflags()649 lflag &= ~(ECHOCTL | ISIG | ICANON | IEXTEN); in ttcompatsetflags()653 lflag |= ISIG | IEXTEN | ECHOCTL; /* XXX was echoctl on ? */ in ttcompatsetflags()
619 if (ISSET(lflag, ISIG)) { in ttyinput()779 if (ISSET(lflag, ISIG)) { in ttyinput()2302 || (ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG))) { in ttread()2349 ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) { in ttread()