Home
last modified time | relevance | path

Searched refs:ICANON (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c303 if ((lflag&ICANON) == 0) { in ttcompatgetflags()
346 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags()
356 lflag &= ~ICANON; in ttcompatsetflags()
358 lflag |= ICANON; in ttcompatsetflags()
H A Dtty_ttydisc.c335 if (CMP_FLAG(l, ICANON)) in ttydisc_read()
599 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()
945 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint()
1019 if (CMP_FLAG(l, ICANON)) { in ttydisc_rint()
1087 if (!CMP_FLAG(l, ICANON) || in ttydisc_rint()
H A Dtty.c94 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\
1763 if ((t->c_lflag & ICANON) == 0) { in tty_generic_ioctl()
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_os_unix.c19 term.c_lflag &= ~(ICANON | ECHO | ISIG); in terminal_adjust()
/f-stack/freebsd/sys/
H A Dttydefaults.h51 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h169 #define ICANON 0x00000100 /* canonicalize input lines */ macro
/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c238 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()