Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/less/
HDoption.c31 extern int quit_at_eof;
726 return quit_at_eof; in get_quit_at_eof()
728 return quit_at_eof ? OPT_ONPLUS : OPT_ON; in get_quit_at_eof()
HDopttbl.c28 public int quit_at_eof; /* Quit after hitting end of file twice */ variable
207 TRIPLE, OPT_OFF, &quit_at_eof, NULL,