Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h139 #define ICANON 0x0002 /* Canonical input */ macro
175 _t->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); \
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c73 term_vi.c_lflag &= (~ICANON & ~ECHO); // leave ISIG ON- allow intr's in aos_hal_uart_init()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-win.c105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
A Drpng2-win.c116 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c142 if (termios->c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) in aos_tty_set_attr()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1886 tty.c_lflag &= ~(ECHO | ECHONL | ICANON | IEXTEN); in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1685 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN); in js_os_ttySetRaw()

Completed in 23 milliseconds