Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dforwback.c20 public int hit_eof; /* Keeps track of how many times we hit end of file */ variable
71 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++;
Djump.c19 extern int hit_eof;
244 hit_eof = 0;
Dcommand.c31 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()
Dprompt.c25 extern int hit_eof;
199 return (hit_eof);