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/core/liblinenoise/
Dlinenoise.c136 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()
/system/bluetooth/brcm_patchram_plus/
Dbrcm_patchram_plus.c536 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in init_uart()