Lines Matching refs:yyin
924 yyin = stdin;
934 if ((yyin = tmpfile()) == NULL)
936 if (fwrite(string, strlen(string), 1, yyin) != 1)
938 if (fseek(yyin, 0, SEEK_SET) != 0)
957 boolean_t yyin_is_a_tty = isatty(fileno(yyin));
966 /* yyin should have been set to the appropriate (FILE *) if not stdin */
1006 while (!feof(yyin)) {
1024 if (time_to_exit || (!yyin_is_a_tty && feof(yyin)))
4176 while (!feof(yyin)) {
4198 yyin = stdin;
4205 * and set yyin appropriately. Once that is done, though, it just calls
4250 yyin = infile;