Searched refs:ECHO (Results 1 – 5 of 5) sorted by relevance
/system/core/sh/ |
D | init.c | 229 #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
|
D | arith_lex.c | 579 #ifndef ECHO 583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) macro 912 ECHO; variable
|
/system/core/toolbox/ |
D | readtty.c | 115 ttyarg.c_lflag &= ~(ECHO | ICANON); in readtty_main()
|
/system/bluetooth/brcm_patchram_plus/ |
D | brcm_patchram_plus.c | 334 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in init_uart()
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
D | wipp_ctrl.c | 572 term.c_lflag &= ~(ECHO); in wipp_control_disable_term_echo()
|