Home
last modified time | relevance | path

Searched refs:yyout (Results 1 – 13 of 13) 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/bluetooth/bluez/tools/
Dlexer.c144 extern FILE *yyin, *yyout;
328 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
567 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
679 if ( ! yyout )
680 yyout = stdout;
1621 return yyout; in yyget_out()
1664 yyout = out_str ; in yyset_out()
/external/elfutils/src/
Dldlex.c14 #define yyout ldout macro
121 extern FILE *yyin, *yyout;
289 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1140 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1238 if ( ! yyout )
1239 yyout = stdout;
/external/webkit/WebKitTools/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/WebKitTools/android/flex-2.5.4a/
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 );
DFlexLexer.h144 ostream* yyout; // output sink for default LexerOutput variable
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/webkit/WebKitTools/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/webkit/WebKitTools/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/webkit/WebKitTools/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/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.