Searched refs:yyin (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 159 extern FILE *yyin, *yyout; 328 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 337 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 346 FILE *yyin = NULL, *yyout = NULL; variable 800 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 804 if ( c == EOF && ferror( yyin ) ) \ 811 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 819 clearerr(yyin); \ 891 if ( ! yyin ) [all …]
|
| H A D | winprefslex.l | 123 yyin = file;
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.l | 279 yyin = current_srcfile->f; 281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE)); 291 yyin = current_srcfile->f;
|
| H A D | dtc-lexer.lex.c_shipped | 127 #define YY_NEW_FILE yyrestart(yyin ) 160 extern FILE *yyin, *yyout; 243 * just pointing yyin at a new input file. 281 * instead of setting up a fresh yyin. A bit of a hack ... 314 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 324 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 338 FILE *yyin = NULL, *yyout = NULL; 771 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 775 if ( c == EOF && ferror( yyin ) ) \ 782 while ( (result = (int) fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ [all …]
|
| H A D | treesource.c | 24 extern FILE *yyin; 37 yyin = current_srcfile->f; in dt_from_source()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 159 extern FILE *yyin, *yyout; 309 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 318 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 327 FILE *yyin = NULL, *yyout = NULL; variable 652 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 656 if ( c == EOF && ferror( yyin ) ) \ 663 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 671 clearerr(yyin); \ 746 if ( ! yyin ) [all …]
|
| H A D | dmxtodmx.c | 42 extern FILE *yyin;
|
| H A D | dmxconfig.c | 52 extern FILE *yyin; 172 yyin = str; in dmxConfigReadFile()
|
| H A D | xdmxconfig.c | 57 extern FILE *yyin; 449 yyin = str; in dmxConfigReadFile()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-lexer.l | 271 yyin = current_srcfile->f; 273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE)); 283 yyin = current_srcfile->f;
|
| H A D | treesource.c | 9 extern FILE *yyin; 22 yyin = current_srcfile->f; in dt_from_source()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.lex.c_shipped | 125 #define YY_NEW_FILE yyrestart( yyin ) 157 extern FILE *yyin, *yyout; 258 * just pointing yyin at a new input file. 295 * instead of setting up a fresh yyin. A bit of a hack ... 326 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 335 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 347 FILE *yyin = NULL, *yyout = NULL; 960 while ( (result = (int) read( fileno(yyin), buf, (yy_size_t) max_size )) < 0 ) \ 968 clearerr(yyin); \ 1039 if ( ! yyin ) [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/ |
| H A D | bpf_exp.y | 37 extern FILE *yyin; 646 yyin = fp; in bpf_asm_compile() 659 fclose(yyin); in bpf_asm_compile()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 604 (void)fclose(yyin);
|
| H A D | aicasm.c | 111 extern FILE *yyin;
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 15 #define yyin zconfin
|