Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dmain.c53 extern int quit_at_eof;
122 quit_at_eof = OPT_ON; in main()
166 if (less_is_more && quit_at_eof == OPT_ONPLUS) { in main()
Dopttbl.c28 int quit_at_eof; /* Quit after hitting end of file twice */ variable
161 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
Doption.c32 extern int quit_at_eof;
682 return (quit_at_eof); in get_quit_at_eof()