HomeSort by relevance Sort by last modified time
    Searched defs:ECHO (Results 76 - 78 of 78) sorted by null

1 2 34

  /system/core/sh/
init.c 229 #undef ECHO
230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
521 #undef ECHO
522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
811 #undef ECHO
812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
  /external/bison/src/
scan-code.c 853 #ifndef ECHO
858 #define ECHO do { if (fwrite( code_text, code_leng, 1, code_out )) {} } while (0)
    [all...]
scan-gram.c     [all...]

Completed in 146 milliseconds

1 2 34