Home
last modified time | relevance | path

Searched refs:IEXTEN (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.h186 #define IEXTEN 0100000 macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c637 !CMP_FLAG(l, ECHO | ICANON | IEXTEN | ISIG | PENDIN)) in ttydisc_optimize()
1067 if (CMP_FLAG(l, IEXTEN)) in ttydisc_rint()
1106 if (CMP_FLAG(l, ICANON | IEXTEN) == (ICANON | IEXTEN)) in ttydisc_rint()
1211 else if (CMP_FLAG(l, IEXTEN)) in ttydisc_rint()
A Dtty.c72 ICANON | ALTWERASE | IEXTEN | TOSTOP | FLUSHO | NOKERNINFO | NOFLSH)

Completed in 8 milliseconds