OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yyout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
102
extern FILE *yyin, *
yyout
;
268
FILE *yyin = (FILE *) 0, *
yyout
= (FILE *) 0;
variable in typeref:typename:FILE **
656
#define ECHO (void) fwrite( yytext, yyleng, 1,
yyout
)
745
if ( !
yyout
)
746
yyout
= stdout;
/src/tools/m4/bootstrap/
tokenizer.c
163
extern FILE *yyin, *
yyout
;
342
FILE *yyin = (FILE *) 0, *
yyout
= (FILE *) 0;
variable in typeref:typename:FILE **
604
#define ECHO fwrite( yytext, yyleng, 1,
yyout
)
715
if ( !
yyout
)
716
yyout
= stdout;
1701
return
yyout
;
1744
yyout
= out_str ;
1773
yyout
= stdout;
1776
yyout
= (FILE *) 0;
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025