Lines Matching defs:ifile
154 Sfio_t *ifile; /* current input file */
168 if (s = sfgetr(input.ifile, '\n', 1))
170 c = sfvalue(input.ifile);
173 if (s = sfgetr(input.ifile, '\n', -1))
175 c = sfvalue(input.ifile) + 1;
181 sfclose(input.ifile);
186 } while (!(input.ifile = aopen(*++input.iargv, 2)));
205 if ((c = sfgetc(input.ifile)) != EOF)
206 sfungetc(input.ifile, c);
220 input.ifile = sfstdin;
222 while (!(input.ifile = aopen(*input.iargv, 2))) {