Home
last modified time | relevance | path

Searched refs:yyin (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c127 #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 Dwinprefslex.l123 yyin = file;
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.l279 yyin = current_srcfile->f;
281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
291 yyin = current_srcfile->f;
H A Ddtc-lexer.lex.c_shipped127 #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 Dtreesource.c24 extern FILE *yyin;
37 yyin = current_srcfile->f; in dt_from_source()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c127 #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 Ddmxtodmx.c42 extern FILE *yyin;
H A Ddmxconfig.c52 extern FILE *yyin;
172 yyin = str; in dmxConfigReadFile()
H A Dxdmxconfig.c57 extern FILE *yyin;
449 yyin = str; in dmxConfigReadFile()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l271 yyin = current_srcfile->f;
273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
283 yyin = current_srcfile->f;
H A Dtreesource.c9 extern FILE *yyin;
22 yyin = current_srcfile->f; in dt_from_source()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped125 #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 Dbpf_exp.y37 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 Daicasm_scan.l604 (void)fclose(yyin);
H A Daicasm.c111 extern FILE *yyin;
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped15 #define yyin zconfin