Home
last modified time | relevance | path

Searched refs:quit_at_eof (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/distrib/utils/more/
Doption.c54 int quit_at_eof; variable
100 quit_at_eof = 1;
Dextern.h179 extern int quit_at_eof;
Dmain.c201 if (quit_at_eof || position(TOP) == NULL_POSITION)
Dcommand.c173 if ((!quit_at_eof || short_file) && hit_eof && curr_ac + 1 >= ac) in prompt()
/netbsd/src/external/bsd/less/dist/
Doption.c33 extern int quit_at_eof;
689 return quit_at_eof; in get_quit_at_eof()
691 return quit_at_eof ? OPT_ONPLUS : OPT_ON; in get_quit_at_eof()
Dopttbl.c31 public int quit_at_eof; /* Quit after hitting end of file twice */ variable
253 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
Dscreen.c287 extern int quit_at_eof;
1330 if (quit_at_eof != OPT_ONPLUS && !more_mode) { in get_term()