Lines Matching refs:yyin
58 extern FILE *yyin; /* from lex */
238 if ((yyin = popen(cmd, "r")) == NULL) {
246 if ((yyin = fopen(srcfile, "r")) == NULL) {
257 if (pclose(yyin) != 0) {
266 (void) fclose(yyin);
306 (void) fclose(yyin);
314 (void) fclose(yyin);
322 if ((yyin = fopen(srcfile, "r")) == NULL) {
330 rewind(yyin);
341 (void) fclose(yyin);
351 (void) fclose(yyin);