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

  /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 124 #define yyout yyg->yyout_r macro
742 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
850 if ( ! yyout )
851 yyout = stdout;
    [all...]
lex.sksl.c 124 #define yyout yyg->yyout_r macro
808 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
916 if ( ! yyout )
917 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/libpcap/
scanner.c 138 #define yyout yyg->yyout_r macro
    [all...]
scanner.h 132 #define yyout yyg->yyout_r macro
  /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)

Completed in 471 milliseconds