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

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dsource.c54 FILE *instream; member in struct:source
97 new_p->instream = stdin;
99 new_p->isatty = isatty(fileno(new_p->instream));
145 new_p->instream = newfile;
147 new_p->isatty = isatty(fileno(new_p->instream));
169 c = getc(top->instream);
177 if (top->instream == stdin) {
187 (void) fclose(top->instream);
214 (void) ungetc(c, top->instream);

Completed in 44 milliseconds