Searched refs:yyout (Results 1 – 8 of 8) 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/elfutils/src/ |
D | ldlex.l | 51 = fwrite (yytext, yyleng, 1, yyout); } while (0)
|
/external/libpcap/ |
D | scanner.c | 23 #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.
|