Home
last modified time | relevance | path

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

/original-bsd/usr.bin/more/
H A Dprim.c23 int hit_eof; /* keeps track of how many times we hit end of file */ variable
56 hit_eof++; in eof_check()
167 hit_eof++;
188 hit_eof = 0;
231 if (hit_eof) {
243 hit_eof++;
275 hit_eof = 0;
H A Dprompt.c38 extern int hit_eof;
153 return (hit_eof);
H A Dcommand.c27 extern int hit_eof;
147 if ((!quit_at_eof || short_file) && hit_eof && curr_ac + 1 >= ac) in prompt()
180 if (hit_eof) in prompt()