Searched refs:iargv (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Dsed0.c153 char **iargv; /* current file */ member in struct:__anon206
186 } while (!(input.ifile = aopen(*++input.iargv, 2)));
187 error_info.file = *input.iargv;
217 input.iargv = argv;
222 while (!(input.ifile = aopen(*input.iargv, 2))) {
225 ++input.iargv;
227 error_info.file = *input.iargv;

Completed in 6 milliseconds