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

  /external/webkit/WebKitTools/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...]
  /external/webkit/WebKitTools/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/bluetooth/bluez/tools/
lexer.c 128 #define YY_NEW_FILE yyrestart(yyin )
144 extern FILE *yyin, *yyout;
236 * just pointing yyin at a new input file.
274 * instead of setting up a fresh yyin. A bit of a hack ...
307 yy_create_buffer(yyin,YY_BUF_SIZE ); \
317 yy_create_buffer(yyin,YY_BUF_SIZE ); \
328 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
580 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
584 if ( c == EOF && ferror( yyin ) ) \
591 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin))
    [all...]
  /external/elfutils/src/
ldlex.c 11 #define yyin ldin macro
111 #define YY_NEW_FILE yyrestart( yyin )
121 extern FILE *yyin, *yyout;
215 * just pointing yyin at a new input file.
243 * instead of setting up a fresh yyin. A bit of a hack ...
270 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
277 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
289 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [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 164 milliseconds