Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.c2076 yysymprint (FILE* yyout, int yytype, YYSTYPE yyvalue) in yysymprint() argument
2078 yysymprint (yyout, yytype, yyvalue) in yysymprint()
2079 FILE* yyout; in yysymprint()
2089 YYFPRINTF (yyout, "token %s (", yytname[yytype]);
2091 YYPRINT (yyout, yytoknum[yytype], yyvalue);
2095 YYFPRINTF (yyout, "nterm %s (", yytname[yytype]);
2102 YYFPRINTF (yyout, ")");
H A Dparse.c3059 yysymprint (FILE* yyout, int yytype, YYSTYPE yyvalue) in yysymprint() argument
3061 yysymprint (yyout, yytype, yyvalue) in yysymprint()
3062 FILE* yyout; in yysymprint()
3072 YYFPRINTF (yyout, "token %s (", yytname[yytype]);
3074 YYPRINT (yyout, yytoknum[yytype], yyvalue);
3078 YYFPRINTF (yyout, "nterm %s (", yytname[yytype]);
3085 YYFPRINTF (yyout, ")");
/openbsd/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c105 extern FILE *yyin, *yyout;
268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
524 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
625 if ( ! yyout )
626 yyout = stdout;
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddeflex.c105 extern FILE *yyin, *yyout;
268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
600 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
700 if ( ! yyout )
701 yyout = stdout;
H A Drclex.c105 extern FILE *yyin, *yyout;
268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
792 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
893 if ( ! yyout )
894 yyout = stdout;
/openbsd/gnu/gcc/gcc/
H A Dgengtype-lex.c145 extern FILE *yyin, *yyout;
332 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1810 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1925 if ( ! yyout )
1926 yyout = stdout;
3418 return yyout; in yyget_out()
3461 yyout = out_str ; in yyset_out()
/openbsd/sbin/unwind/libunbound/util/
H A Dconfigyyrename.h55 #define yyout ub_c_out macro
H A Dconfiglexer.c169 extern FILE *yyin, *yyout;
344 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
3731 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
3839 if ( ! yyout ) {
3840 yyout = stdout;
6830 return yyout; in yyget_out()
6873 yyout = out_str ; in yyset_out()
6902 yyout = stdout; in yy_init_globals()
6905 yyout = (FILE *) 0; in yy_init_globals()
/openbsd/usr.sbin/unbound/util/
H A Dconfigyyrename.h55 #define yyout ub_c_out macro
/openbsd/usr.bin/lex/
H A DFlexLexer.h161 FLEX_STD ostream* yyout; // output sink for default LexerOutput variable
H A Dscan.l969 {M4QSTART} fwrite (escaped_qstart, 1, strlen(escaped_qstart), yyout);
970 {M4QEND} fwrite (escaped_qend, 1, strlen(escaped_qend), yyout);
H A Dflex.skl325 #define yyout YY_G(yyout_r)
479 extern FILE *yyin, *yyout;
1330 if ( ! yyout ) {
1332 yyout = stdout;
1335 yyout = & std::cout;
1519 yyout = arg_yyout;
1571 yyout = new_out;
2597 return yyout;
2704 yyout = out_str ;
2901 yyout = stdout;
[all …]
H A Dmain.c124 extern FILE *yyout;
358 yyout = stdout; in check_options()
H A DONEWS47 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
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c105 extern FILE *yyin, *yyout;
268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
867 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
967 if ( ! yyout )
968 yyout = stdout;
/openbsd/gnu/usr.bin/binutils/ld/
H A DChangeLog-91975214 (lex_redirect): Don't need to set yyout.
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-91975214 (lex_redirect): Don't need to set yyout.