Searched refs:quit_at_eof (Results 1 – 7 of 7) sorted by relevance
54 int quit_at_eof; variable100 quit_at_eof = 1;
179 extern int quit_at_eof;
201 if (quit_at_eof || position(TOP) == NULL_POSITION)
173 if ((!quit_at_eof || short_file) && hit_eof && curr_ac + 1 >= ac) in prompt()
33 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()
31 public int quit_at_eof; /* Quit after hitting end of file twice */ variable253 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
287 extern int quit_at_eof;1330 if (quit_at_eof != OPT_ONPLUS && !more_mode) { in get_term()