Searched refs:yyout (Results 1 – 13 of 13) sorted by relevance
/external/bison/src/ |
D | 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");
|
D | scan-skel.c | 24 #define yyout skel_out macro
|
D | scan-gram.c | 24 #define yyout gram_out macro
|
D | scan-code.c | 24 #define yyout code_out macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 210 extern FILE *yyin, *yyout; 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; in yyget_out() 1931 yyout = out_str ; in yyset_out() 1968 yyout = stdout; in yy_init_globals() 1971 yyout = (FILE *) 0; in yy_init_globals()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-events-flex.c | 130 #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; in parse_events_get_out() 2784 yyout = out_str ; in parse_events_set_out() 2898 yyout = stdout; in yy_init_globals() 2901 yyout = (FILE *) 0; in yy_init_globals()
|
D | parse-events-flex.h | 123 #define yyout yyg->yyout_r macro
|
D | pmu-flex.c | 19 #define yyout perf_pmu_out macro
|
/external/elfutils/src/src/ |
D | ldlex.l | 51 = fwrite (yytext, yyleng, 1, yyout); } while (0)
|
D | ldlex.c | 20 #define yyout ldout macro
|
/external/elfutils/src/libcpu/ |
D | i386_lex.c | 19 #define yyout i386_out macro
|
/external/libpcap/ |
D | scanner.c | 20 #define yyout pcap_out macro
|
/external/bison/ |
D | ChangeLog-2012 | 13790 * src/scan-skel.l ("@output ".*\n): Close any old yyout before 14344 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput, 16602 (<<EOF>>): Close yyout, and free its name.
|