Lines Matching refs:infile
56 #define C ((c = getc(infile)) == EOF ? eof() : \
58 #define C1 ((c = getc(infile)) == EOF ? eof() : c)
108 static FILE *infile; variable
173 infile = stdin; in main()
175 infile = opn(argv[optind++]); in main()
176 files[0] = infile; in main()
195 while ((c = getc(infile)) != rdelim) { in skeqn()
199 while ((c = getc(infile)) != '"') { in skeqn()
203 if ((c = getc(infile)) == EOF) { in skeqn()
235 if (infile != stdin) in eof()
236 (void) fclose(infile); in eof()
238 infile = *--filesp; in eof()
240 infile = opn(argv[optind++]); in eof()
501 infile = *++filesp = opn(fname); in comline()
512 if (infile != stdin) { in comline()
513 (void) fclose(infile); in comline()
515 infile = *filesp = opn(fname); in comline()
732 (void) ungetc(c, infile); in backsl()