Searched refs:yyin (Results 1 – 6 of 6) sorted by relevance
98 #define YY_NEW_FILE yyrestart( yyin )109 extern FILE *yyin, *yyout;209 * just pointing yyin at a new input file.240 * instead of setting up a fresh yyin. A bit of a hack ...268 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \275 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \281 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here399 {result=yyin->read(buf, max_size);}469 if ( ! yyin )471 yyin = stdin;[all …]
99 class writerfilter::rtftok::RTFInputSource* yyin; // input source for default LexerInput variable
53 extern FILE* yyin;390 yyin = fopen(preprocFile.getStr(), "r"); in compileFile()391 if (yyin == NULL) in compileFile()405 fclose(yyin); in compileFile()
242 yyin = pFile;308 yyin = pFile;
219 yyin = pFile;
229 yyin = pFile; in main()