Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_config.h64 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
/components/libc/posix/io/termios/
A Dtermios.c253 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
A Dtermios.h173 #define ICANON 0000002 macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c349 if (CMP_FLAG(l, ICANON)) in ttydisc_read()
637 !CMP_FLAG(l, ECHO | ICANON | IEXTEN | ISIG | PENDIN)) in ttydisc_optimize()
1106 if (CMP_FLAG(l, ICANON | IEXTEN) == (ICANON | IEXTEN)) in ttydisc_rint()
1194 if (CMP_FLAG(l, ICANON)) in ttydisc_rint()
1283 if (!CMP_FLAG(l, ICANON) || in ttydisc_rint()
A Dtty.c72 ICANON | ALTWERASE | IEXTEN | TOSTOP | FLUSHO | NOKERNINFO | NOFLSH)
1242 if ((t->c_lflag & ICANON) == 0) in tty_generic_ioctl()

Completed in 26 milliseconds