HomeSort by relevance Sort by last modified time
    Searched defs:yyin (Results 1 - 12 of 12) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h 143 istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
161 // instead of setting up a fresh yyin. A bit of a hack ...
initscan.c 93 #define YY_NEW_FILE yyrestart( yyin )
103 extern FILE *yyin, *yyout;
197 * just pointing yyin at a new input file.
225 * instead of setting up a fresh yyin. A bit of a hack ...
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
266 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 542 FILE *yyin = 0; variable
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 91 if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
142 yyinbffr( yy_current_buffer, yyin ); \
329 extern FILE *yyin, *yyout;
334 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 181 #define YY_NEW_FILE yyrestart(yyin )
210 extern FILE *yyin, *yyout;
299 * just pointing yyin at a new input file.
351 * instead of setting up a fresh yyin. A bit of a hack ...
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
703 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
707 if ( c == EOF && ferror( yyin ) ) \
    [all...]
  /external/bison/src/
scan-skel.c 20 #define yyin skel_in macro
    [all...]
scan-code.c 20 #define yyin code_in macro
    [all...]
scan-gram.c 20 #define yyin gram_in macro
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 15 #define yyin i386_in macro
    [all...]
  /external/elfutils/src/
ldlex.c 16 #define yyin ldin macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 138 #define yyin yyg->yyin_r macro
164 #define YY_NEW_FILE yyrestart(yyin ,yyscanner )
280 * just pointing yyin at a new input file.
331 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /system/core/sh/
arith_lex.c 129 #define YY_NEW_FILE yyrestart(yyin )
145 extern FILE *yyin, *yyout;
237 * just pointing yyin at a new input file.
275 * instead of setting up a fresh yyin. A bit of a hack ...
308 yy_create_buffer(yyin,YY_BUF_SIZE ); \
318 yy_create_buffer(yyin,YY_BUF_SIZE ); \
332 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
596 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
600 if ( c == EOF && ferror( yyin ) ) \
607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin))
    [all...]

Completed in 1007 milliseconds