Searched refs:yyout (Results 1 - 17 of 17) sorted by relevance

/external/bison/src/
H A Dscan-skel.l45 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");
H A Dscan-skel.c24 #define yyout skel_out macro
H A Dscan-code.c24 #define yyout code_out macro
H A Dscan-gram.c24 #define yyout gram_out macro
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc210 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;
1885 return yyout;
1931 yyout = out_str ;
1968 yyout = stdout;
1971 yyout
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp141 #define yyout yyg->yyout_r macro
721 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
837 if ( ! yyout )
838 yyout = stdout;
2024 return yyout;
2101 yyout = out_str ;
2227 yyout = stdout;
2230 yyout = (FILE *) 0;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c131 #define yyout yyg->yyout_r macro
785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
919 if ( ! yyout )
920 yyout = stdout;
2266 return yyout;
2343 yyout = out_str ;
2469 yyout = stdout;
2472 yyout = (FILE *) 0;
H A Dglsl_lexer.cc131 #define yyout yyg->yyout_r macro
1286 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1408 if ( ! yyout )
1409 yyout = stdout;
3511 return yyout;
3588 yyout = out_str ;
3714 yyout = stdout;
3717 yyout = (FILE *) 0;
H A Dlex.yy.c131 #define yyout yyg->yyout_r macro
1327 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1446 if ( ! yyout )
1447 yyout = stdout;
3372 return yyout;
3449 yyout = out_str ;
3575 yyout = stdout;
3578 yyout = (FILE *) 0;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.c130 #define yyout yyg->yyout_r macro
1252 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1387 if ( ! yyout )
1388 yyout = stdout;
2707 return yyout;
2784 yyout = out_str ;
2898 yyout = stdout;
2901 yyout = (FILE *) 0;
H A Dparse-events-flex.h123 #define yyout yyg->yyout_r macro
H A Dpmu-flex.c19 #define yyout perf_pmu_out macro
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp153 #define yyout yyg->yyout_r macro
1163 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1279 if ( ! yyout )
1280 yyout = stdout;
2891 return yyout;
2968 yyout = out_str ;
3094 yyout = stdout;
3097 yyout = (FILE *) 0;
/external/elfutils/0.153/src/
H A Dldlex.l59 = fwrite (yytext, yyleng, 1, yyout); } while (0)
H A Dldlex.c20 #define yyout ldout macro
/external/elfutils/0.153/libcpu/
H A Di386_lex.c19 #define yyout i386_out macro
/external/libpcap/
H A Dscanner.c20 #define yyout pcap_out macro

Completed in 4587 milliseconds