Home
last modified time | relevance | path

Searched refs:IEXTEN (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h51 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h173 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
346 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags()
350 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */ in ttcompatsetflags()
H A Dtty_ttydisc.c599 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()
915 if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()
945 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint()
1026 } else if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()
H A Dtty.c94 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c238 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()