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/core/liblinenoise/ |
D | linenoise.c | 136 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()
|
/system/bluetooth/brcm_patchram_plus/ |
D | brcm_patchram_plus.c | 536 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in init_uart()
|