Searched defs:ifile (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dsed0.c154 Sfio_t *ifile; /* current input file */ member in struct:__anon206
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
[all...]
/ast/src/lib/libpp/
H A Dpplex.c2390 char* ifile; local
2408 while (ifile = sfgetr(sfstdin, '\n', 1))
2410 if (!(ofile = strchr(ifile, ' ')))
2411 error(3, "%s: pool output file expected", ifile);
2423 if (open(ifile, O_RDONLY))
2424 error(ERROR_SYSTEM|3, "%s: cannot read", ifile);
2429 pathcanon(ifile, 0, 0);
2430 ifile = ppsetfile(ifile)->name;
2439 PUSH_FILE(ifile,
[all...]

Completed in 34 milliseconds