/src/sys/external/bsd/acpica/dist/compiler/ |
lex.yy.c | 92 #define YY_NEW_FILE yyrestart( yyin ) 102 extern FILE *yyin, *yyout; 196 * just pointing yyin at a new input file. 224 * instead of setting up a fresh yyin. A bit of a hack ... 251 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 258 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable in typeref:typename:FILE * 668 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 672 if ( c == EOF && ferror( yyin ) ) \ 676 else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) [all...] |
lex.yy.c | 92 #define YY_NEW_FILE yyrestart( yyin ) 102 extern FILE *yyin, *yyout; 196 * just pointing yyin at a new input file. 224 * instead of setting up a fresh yyin. A bit of a hack ... 251 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 258 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable in typeref:typename:FILE * 668 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 672 if ( c == EOF && ferror( yyin ) ) \ 676 else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) [all...] |
/src/tools/m4/bootstrap/ |
tokenizer.c | 143 #define YY_NEW_FILE yyrestart(yyin ) 163 extern FILE *yyin, *yyout; 250 * just pointing yyin at a new input file. 288 * instead of setting up a fresh yyin. A bit of a hack ... 321 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 331 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 342 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable in typeref:typename:FILE * 617 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 621 if ( c == EOF && ferror( yyin ) ) \ 628 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) [all...] |
tokenizer.c | 143 #define YY_NEW_FILE yyrestart(yyin ) 163 extern FILE *yyin, *yyout; 250 * just pointing yyin at a new input file. 288 * instead of setting up a fresh yyin. A bit of a hack ... 321 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 331 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 342 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable in typeref:typename:FILE * 617 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 621 if ( c == EOF && ferror( yyin ) ) \ 628 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) [all...] |