/external/bison/src/ |
scan-skel.l | 45 fputs (quotearg_style (c_quoting_style, String), yyout) 72 "@@" fputc ('@', yyout); 73 "@{" fputc ('[', yyout); 74 "@}" fputc (']', yyout); 78 "@oline@" fprintf (yyout, "%d", out_lineno + 1); 98 xfclose (yyout); 187 fputs (last_component (at_directive_argv[1]), yyout); 277 xfclose (yyout); 281 yyout = xfopen (*outnamep, "w");
|
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...] |
/frameworks/compile/mclinker/include/mcld/Script/ |
ScriptScanner.h | 39 explicit ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
|
FlexLexer.h | 162 FLEX_STD ostream* yyout; // output sink for default LexerOutput member in class:yyFlexLexer
|
/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/skia/src/sksl/ |
lex.layout.c | 136 #define yyout yyg->yyout_r macro 722 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 835 if ( ! yyout ) 836 yyout = stdout; [all...] |
lex.sksl.c | 136 #define yyout yyg->yyout_r macro 786 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 894 if ( ! yyout ) 895 yyout = stdout; [all...] |
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
Tokenizer.cpp | 148 #define yyout yyg->yyout_r macro 752 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 866 if ( ! yyout ) 867 yyout = stdout; [all...] |
/external/elfutils/src/ |
ldlex.l | 51 = fwrite (yytext, yyleng, 1, yyout); } while (0)
|
/external/swiftshader/src/OpenGL/compiler/ |
glslang_lex.cpp | 160 #define yyout yyg->yyout_r macro [all...] |
/frameworks/compile/mclinker/lib/Script/ |
ScriptScanner.ll | 288 ScriptScanner::ScriptScanner(std::istream* yyin, std::ostream* yyout) 289 : yyFlexLexer(yyin, yyout), m_Kind(ScriptFile::Unknown)
|
/external/libpcap/ |
scanner.c | 23 #define yyout pcap_out macro [all...] |