Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/rtftok/
H A DRTFScanner.skl98 #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 here
399 {result=yyin->read(buf, max_size);}
469 if ( ! yyin )
471 yyin = stdin;
[all …]
H A DFlexLexer.h99 class writerfilter::rtftok::RTFInputSource* yyin; // input source for default LexerInput variable
/AOO41X/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()
/AOO41X/main/l10ntools/source/
H A Dsrclex.l242 yyin = pFile;
308 yyin = pFile;
H A Dcfglex.l219 yyin = pFile;
H A Dxrmlex.l229 yyin = pFile; in main()