Home | History | Annotate | Download | only in MISC

Lines Matching full:yyin

235                      yyin = fopen( argv[0], "r" );
237 yyin = stdin;
1004 input file yyin (which defaults to stdin). It continues
1010 undefined unless either yyin is pointed at a new input file
1014 from a source other than yyin), and initializes yyin for
1016 between just assigning yyin to a new input file or using
1021 calling it with an argument of yyin; but better is to use
1032 characters from yyin. The nature of how it gets its input
1040 file-pointer "yyin".
1073 has gone ahead and set up yyin to point to another input
1536 used as the value of yyin seen by YY_INPUT; if you redefine
1537 YY_INPUT so it no longer uses yyin, then you can safely pass
1546 ning, instead of opening a new file and pointing yyin at it.
1615 yyin = fopen( yytext, "r" );
1617 if ( ! yyin )
1621 yy_create_buffer( yyin, YY_BUF_SIZE ) );
1697 - assigning yyin to a new input file (in previous ver-
1748 yyin = fopen( *filelist, "r" );
1865 - FILE *yyin is the file which by default flex reads
1872 yyin at the new input file and then call the scanner
1876 yyin at the new input file. The switch-over to the new
1878 lost). Note that calling yyrestart() with yyin as an
2253 ple, you read from yyin using stdio prior to calling
2332 yyin
2457 if set (i.e., %option stdinit) initializes yyin and
2474 user points yyin at a new file and calls yylex()
2888 input source for your scanner remains yyin, and default
2983 ostream* new_out = 0) reassigns yyin to new_in (if
2985 previous input buffer if yyin is reassigned.
3191 ment to yyin.
3206 yyrestart( yyin );
3450 yyrestart( yyin );