Searched defs:yyin (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Darith_lex.c129 #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))
[all...]

Completed in 40 milliseconds