Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDoption.c31 extern int quit_at_eof;
705 return quit_at_eof; in get_quit_at_eof()
707 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
188 TRIPLE, OPT_OFF, &quit_at_eof, NULL,