Lines Matching refs:yyin
125 #define YY_NEW_FILE yyrestart( yyin )
157 extern FILE *yyin, *yyout;
258 * just pointing yyin at a new input file.
295 * instead of setting up a fresh yyin. A bit of a hack ...
326 yy_create_buffer( yyin, YY_BUF_SIZE ); \
335 yy_create_buffer( yyin, YY_BUF_SIZE ); \
347 FILE *yyin = NULL, *yyout = NULL;
960 while ( (result = (int) read( fileno(yyin), buf, (yy_size_t) max_size )) < 0 ) \
968 clearerr(yyin); \
1039 if ( ! yyin )
1040 yyin = stdin;
1048 yy_create_buffer( yyin, YY_BUF_SIZE );
1383 fclose(yyin);
1405 * just pointed yyin at a new source and called
1413 YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1631 yyrestart( yyin );
1783 yyrestart( yyin );
1832 yy_create_buffer( yyin, YY_BUF_SIZE );
1878 yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
2213 return yyin;
2259 yyin = _in_str ;
2295 yyin = stdin;
2298 yyin = NULL;
2419 yyin = zconf_fopen(name);
2420 if (!yyin) {
2440 yyin = zconf_fopen(file->name);
2441 if (!yyin) {
2446 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
2483 fclose(yyin);