Home
last modified time | relevance | path

Searched refs:ISIG (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dttydefaults.h80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h246 #define ISIG 0x00000080 /* enable signals INTR, QUIT, [D]SUSP */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c586 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()
H A Dtty.c619 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()