Home
last modified time | relevance | path

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

/system/core/sh/
Dinit.c229 #undef ECHO
230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) macro
521 #undef ECHO
522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) macro
811 #undef ECHO
812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) macro
Darith_lex.c579 #ifndef ECHO
583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) macro
912 ECHO; variable
/system/core/toolbox/
Dreadtty.c115 ttyarg.c_lflag &= ~(ECHO | ICANON); in readtty_main()
/system/bluetooth/brcm_patchram_plus/
Dbrcm_patchram_plus.c334 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in init_uart()
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dwipp_ctrl.c572 term.c_lflag &= ~(ECHO); in wipp_control_disable_term_echo()