Home
last modified time | relevance | path

Searched refs:top_scroll (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Dforwback.c31 extern int top_scroll;
249 if (top_scroll && n >= sc_height - 1 && pos != NULL_POSITION && pos != ch_length()) in forw()
271 if (top_scroll) in forw()
359 pos == NULL_POSITION && !top_scroll && in forw()
545 if (top_scroll) in get_back_scroll()
H A Djump.c22 extern int top_scroll;
363 if (!top_scroll) in jump_loc()
H A Dcommand.c35 extern int top_scroll;
880 int save_top_scroll = top_scroll; in make_display()
882 top_scroll = 1; in make_display()
892 top_scroll = save_top_scroll; in make_display()
H A Dopttbl.c24 public int top_scroll; /* Repaint screen from top? variable
250 O_TRIPLE, OPT_OFF, &top_scroll, NULL,
H A Dscreen.c317 extern int top_scroll;
2109 if (top_scroll) in term_init()