Searched refs:yyin (Results 1 - 25 of 68) sorted by path

123

/freebsd-10.3-release/contrib/amd/amd/
H A Damd.h642 extern FILE *yyin;
H A Dget_args.c334 yyin = fp;
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddlltool.c892 yyin = f;
H A Ddlltool.h41 extern FILE *yyin;
/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-ops.c176 extern FILE *yyin;
179 yyin = fopen (insntbl, FOPEN_RT);
180 if (yyin == 0)
190 fclose (yyin);
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldfile.c177 extern FILE *yyin;
251 fclose (yyin);
252 yyin = NULL;
H A Dldlex.l484 yyin = file;
485 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
623 if (yyin)
625 *result = fread (buf, 1, max_size, yyin);
626 if (*result < max_size && ferror (yyin))
/freebsd-10.3-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1187 extern FILE *yyin, *yyout;
1314 yyin = infile;
/freebsd-10.3-release/contrib/byacc/test/
H A Dgrammar.y1027 extern FILE *yyin, *yyout;
1154 yyin = infile;
/freebsd-10.3-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c934 extern FILE *yyin, *yyout;
1061 yyin = infile;
/freebsd-10.3-release/contrib/com_err/
H A Dcompile_et.c46 extern FILE *yyin;
220 yyin = fopen(filename, "r");
221 if(yyin == NULL)
/freebsd-10.3-release/contrib/dtc/
H A Ddtc-lexer.l270 yyin = current_srcfile->f;
274 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
289 yyin = current_srcfile->f;
H A Dtreesource.c24 extern FILE *yyin;
37 yyin = current_srcfile->f;
/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h156 FLEX_STD istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
172 // instead of setting up a fresh yyin. A bit of a hack ...
H A Dflexdef.h424 * yyin - input file
432 * do_stdinit - whether to initialize yyin/yyout to stdin/stdout
449 extern FILE *skelfile, *yyin, *backing_up_file;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-exp.c2328 lexer_init (yyin); /* (Re-)initialize lexer. */
H A Dada-exp.y654 lexer_init (yyin); /* (Re-)initialize lexer. */
/freebsd-10.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y58 extern FILE *yyin;
1823 yyin = fp;
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipf_y.y28 extern FILE *yyin;
2050 yyin = fp;
H A Dipmon_y.y24 extern FILE *yyin;
677 yyin = fp;
H A Dipnat_y.y54 extern FILE *yyin;
1381 yyin = fp;
H A Dippool_y.y47 extern FILE *yyin;
661 yyin = fp;
H A Dipscan_y.y25 extern FILE *yyin;
531 yyin = fp;
H A Dlex_var.h23 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
27 if ( c == EOF && ferror( yyin ) ) \
32 else if ( ((result = fread( buf, 1, 1, yyin )) == 0) \
33 && ferror( yyin ) ) \
41 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
50 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
H A Dlexer.c27 FILE *yyin; variable
82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);
729 yyin = stdin;

Completed in 226 milliseconds

123