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

/ast/src/cmd/re/
H A Dsed0.c67 static Sfio_t* aopen(char*, int);
105 aopen(char *s, int level) function
119 Sfio_t *f = aopen(s, 3);
186 } while (!(input.ifile = aopen(*++input.iargv, 2)));
222 while (!(input.ifile = aopen(*input.iargv, 2))) {

Completed in 10 milliseconds