Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDforwback.c313 if (!empty_lines(0, 0) && in forw()
314 !empty_lines(1, 1) && in forw()
315 empty_lines(2, sc_height-1)) in forw()
468 if (pos == NULL_POSITION && (!force || empty_lines(2, sc_height-1))) in forward()
HDposition.c145 return (empty_lines(0, sc_height-1)); in empty_screen()
148 public int empty_lines(int s, int e) in empty_lines() function
HDfuncs.h367 public int empty_lines(int s, int e);