HomeSort by relevance Sort by last modified time
    Searched refs:yyout (Results 1 - 20 of 20) 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 36 ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
FlexLexer.h 166 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/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 141 #define yyout yyg->yyout_r macro
721 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
837 if ( ! yyout )
838 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.c 130 #define yyout yyg->yyout_r macro
    [all...]
parse-events-flex.h 123 #define yyout yyg->yyout_r macro
pmu-flex.c 19 #define yyout perf_pmu_out macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 153 #define yyout yyg->yyout_r macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.l 59 = fwrite (yytext, yyleng, 1, yyout); } while (0)
ldlex.c 20 #define yyout ldout macro
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 281 ScriptScanner::ScriptScanner(std::istream* yyin, std::ostream* yyout)
282 : yyFlexLexer(yyin, yyout), m_Kind(ScriptFile::Unknown)
  /external/elfutils/0.153/libcpu/
i386_lex.c 19 #define yyout i386_out macro
    [all...]
  /external/libpcap/
scanner.c 20 #define yyout pcap_out macro
    [all...]

Completed in 994 milliseconds