Home
last modified time | relevance | path

Searched refs:eof_displayed (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dforwback.c72 public int eof_displayed(void) in eof_displayed() function
103 if (!eof_displayed()) in entire_file_displayed()
466 if (get_quit_at_eof() && eof_displayed() && !(ch_getflags() & CH_HELPFILE)) in forward()
H A Dprompt.c181 return (eof_displayed()); in cond()
H A Dcommand.c839 eof_displayed() && !(ch_getflags() & CH_HELPFILE) && in prompt()
1800 if (get_quit_at_eof() && eof_displayed() && in commands()
H A Dfuncs.h155 public int eof_displayed(void);