Searched refs:yyin (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 139 #define YY_NEW_FILE yyrestart(yyin ) 167 extern FILE *yyin, *yyout; 254 * just pointing yyin at a new input file. 292 * instead of setting up a fresh yyin. A bit of a hack ... 325 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 335 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 349 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; 715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 719 if ( c == EOF && ferror( yyin ) ) \ 726 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ [all …]
|
| H A D | dtc-lexer.l | 176 yyin = current_srcfile->f; 178 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE)); 188 yyin = current_srcfile->f;
|
| H A D | treesource.c | 24 extern FILE *yyin; 36 yyin = current_srcfile->f; in dt_from_source()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 181 #define YY_NEW_FILE yyrestart(yyin ) 205 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; 804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 808 if ( c == EOF && ferror( yyin ) ) \ [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 15 #define yyin zconfin macro
|
| H A D | lex.zconf.c_shipped | 15 #define yyin zconfin
|