Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l263 yyin = current_srcfile->f;
265 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
275 yyin = current_srcfile->f;
Ddtc-lexer.lex.c_shipped139 #define YY_NEW_FILE yyrestart(yyin )
172 extern FILE *yyin, *yyout;
255 * just pointing yyin at a new input file.
293 * instead of setting up a fresh yyin. A bit of a hack ...
326 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 yy_create_buffer(yyin,YY_BUF_SIZE ); \
350 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
773 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
777 if ( c == EOF && ferror( yyin ) ) \
784 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
[all …]
Dtreesource.c24 extern FILE *yyin;
37 yyin = current_srcfile->f; in dt_from_source()
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped137 #define YY_NEW_FILE yyrestart(yyin )
157 extern FILE *yyin, *yyout;
244 * just pointing yyin at a new input file.
282 * instead of setting up a fresh yyin. A bit of a hack ...
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
339 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
676 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
680 if ( c == EOF && ferror( yyin ) ) \
687 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
[all …]
/linux-4.4.14/tools/net/
Dbpf_exp.y37 extern FILE *yyin;
761 yyin = fp; in bpf_asm_compile()
774 fclose(yyin); in bpf_asm_compile()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l608 (void)fclose(yyin);
Daicasm.c111 extern FILE *yyin;
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c15 #define yyin zconfin macro
Dzconf.lex.c_shipped15 #define yyin zconfin