Searched refs:hit_eof (Results 1 – 4 of 4) sorted by relevance
20 public int hit_eof; /* Keeps track of how many times we hit end of file */ variable71 hit_eof++; in eof_check()257 hit_eof = 0;259 hit_eof++;285 hit_eof = 0;334 if (quit_at_eof && hit_eof)368 hit_eof++;
19 extern int hit_eof;244 hit_eof = 0;
31 extern int hit_eof;617 hit_eof && next_ifile(curr_ifile) == NULL_IFILE) in prompt()1088 hit_eof = 0; in commands()1374 if (quit_at_eof && hit_eof) in commands()
25 extern int hit_eof;199 return (hit_eof);