HomeSort by relevance Sort by last modified time
    Searched defs:yyout (Results 1 - 12 of 12) sorted by null

  /external/bison/examples/calc++/
calc++-scanner.cc 210 extern FILE *yyin, *yyout;
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
686 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
833 if ( ! yyout )
835 yyout = stdout;
    [all...]
  /external/bison/src/
scan-skel.c 24 #define yyout skel_out macro
    [all...]
scan-code.c 24 #define yyout code_out macro
    [all...]
scan-gram.c 24 #define yyout gram_out macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp 152 #define yyout yyg->yyout_r macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 140 #define yyout yyg->yyout_r macro
697 #define ECHO fwrite( yytext, yyleng, 1, yyout )
813 if ( ! yyout )
814 yyout = stdout;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 131 #define yyout yyg->yyout_r macro
785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
919 if ( ! yyout )
920 yyout = stdout;
    [all...]
glsl_lexer.cc 131 #define yyout yyg->yyout_r macro
    [all...]
lex.yy.c 131 #define yyout yyg->yyout_r macro
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 19 #define yyout i386_out macro
    [all...]
  /external/elfutils/src/
ldlex.c 20 #define yyout ldout macro
    [all...]
  /system/core/sh/
arith_lex.c 145 extern FILE *yyin, *yyout;
332 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
694 if ( ! yyout )
695 yyout = stdout;
    [all...]

Completed in 305 milliseconds