Home
last modified time | relevance | path

Searched refs:yyin (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/writerfilter/source/rtftok/
H A DRTFScanner.skl98 #define YY_NEW_FILE yyrestart( yyin )
109 extern FILE *yyin, *yyout;
399 {result=yyin->read(buf, max_size);}
469 if ( ! yyin )
471 yyin = stdin;
473 // yyin = &cin;
474 yyin = NULL;
655 yyin = arg_yyin;
711 OSL_ASSERT(yyin!=NULL);
851 yyrestart( yyin );
[all …]
H A DFlexLexer.h99 class writerfilter::rtftok::RTFInputSource* yyin; // input source for default LexerInput member in yyFlexLexer
/aoo4110/main/idlc/source/
H A Didlccompile.cxx53 extern FILE* yyin;
390 yyin = fopen(preprocFile.getStr(), "r"); in compileFile()
391 if (yyin == NULL) in compileFile()
405 fclose(yyin); in compileFile()
/aoo4110/main/l10ntools/source/
H A Dsrclex.l242 yyin = pFile;
308 yyin = pFile;
H A Dcfglex.l219 yyin = pFile;
H A Dxrmlex.l229 yyin = pFile;

Completed in 38 milliseconds