Home
last modified time | relevance | path

Searched refs:instream (Results 1 – 1 of 1) sorted by relevance

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