Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-skel.l57 fputs (quotearg_style (c_quoting_style, String), yyout)
90 xfclose (yyout);
93 yyout = xfopen (outname, "w");
97 "@@" fputc ('@', yyout);
98 "@{" fputc ('[', yyout);
99 "@}" fputc (']', yyout);
101 "@oline@" fprintf (yyout, "%d", lineno + 1);
116 xfclose (yyout);
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c130 #define yyout yyg->yyout_r macro
854 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
983 if ( ! yyout )
984 yyout = stdout;
2367 return yyout; in glcpp_get_out()
2444 yyout = out_str ; in glcpp_set_out()
2575 yyout = stdout; in yy_init_globals()
2578 yyout = (FILE *) 0; in yy_init_globals()
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
329 extern FILE *yyin, *yyout;
334 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1304 if ( ! yyout )
1305 yyout = stdout;
/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h144 ostream* yyout; // output sink for default LexerOutput variable
Dflex.skl108 extern FILE *yyin, *yyout;
279 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
384 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
475 if ( ! yyout )
477 yyout = stdout;
479 yyout = &cout;
652 yyout = arg_yyout;
693 yyout = new_out;
728 (void) yyout->write( buf, size );
Dinitscan.c103 extern FILE *yyin, *yyout;
266 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1513 if ( ! yyout )
1514 yyout = stdout;
DNEWS47 statically initialize yyin and yyout to stdin and stdout.
174 and yyout statically to nil FILE* pointers, instead
377 reassigns yyin to new_in (if non-nil) and yyout to new_out
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp130 #define yyout yyg->yyout_r macro
1193 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1315 if ( ! yyout )
1316 yyout = stdout;
3379 return yyout; in _mesa_glsl_get_out()
3456 yyout = out_str ; in _mesa_glsl_set_out()
3582 yyout = stdout; in yy_init_globals()
3585 yyout = (FILE *) 0; in yy_init_globals()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp139 #define yyout yyg->yyout_r macro
912 #define ECHO fwrite( yytext, yyleng, 1, yyout )
1028 if ( ! yyout )
1029 yyout = stdout;
2584 return yyout; in yyget_out()
2661 yyout = out_str ; in yyset_out()
2775 yyout = stdout; in yy_init_globals()
2778 yyout = (FILE *) 0; in yy_init_globals()
/external/elfutils/src/
Dldlex.l59 = fwrite (yytext, yyleng, 1, yyout); } while (0)
Dldlex.c20 #define yyout ldout macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4144 "%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here",
/external/elfutils/libcpu/
Di386_lex.c19 #define yyout i386_out macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info948 The scanner writes its `ECHO' output to the `yyout' global (default,
1560 - `FILE *yyout' is the file to which `ECHO' actions are done. It
1912 yyout
2001 `yyout' to nil `FILE' pointers, instead of `stdin' and `stdout'.
2338 `yyout'. Both of these remain `FILE *' variables and not C++ `streams'.
2401 reassigns `yyin' to `new_in' (if non-nil) and `yyout' to `new_out'
2585 to the file-pointer `yyout' (default `stdout').
Dflex.texi1142 The scanner writes its @samp{ECHO} output to the @code{yyout} global
1853 @samp{FILE *yyout} is the file to which @samp{ECHO} actions are
2268 yyout
2369 and @code{yyout} to nil @code{FILE} pointers, instead of @code{stdin}
2769 and default echoing is still done to @code{yyout}. Both of these
2845 and @code{yyout} to @code{new_out}
3059 macro is done to the file-pointer @code{yyout} (default
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man1090 The scanner writes its ECHO output to the yyout global
1882 - FILE *yyout is the file to which ECHO actions are done.
2336 yyout
2458 yyout to stdin and stdout, instead of the default of
2889 echoing is still done to yyout. Both of these remain FILE *
2984 non-nil) and yyout to new_out (ditto), deleting the
3218 is done to the file-pointer yyout (default stdout).
/external/bison/
DChangeLog5529 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
6083 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
8341 (<<EOF>>): Close yyout, and free its name.