Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dforwback.c28 extern int top_scroll;
243 if (top_scroll && n >= sc_height - 1 && pos != ch_length()) in forw()
270 if (top_scroll) in forw()
340 pos == NULL_POSITION && !top_scroll && in forw()
535 if (top_scroll) in get_back_scroll()
H A Djump.c23 extern int top_scroll;
317 if (!top_scroll) in jump_loc()
H A Dcommand.c36 extern int top_scroll;
796 int save_top_scroll = top_scroll; in make_display()
798 top_scroll = 1; in make_display()
808 top_scroll = save_top_scroll; in make_display()
H A Dopttbl.c24 public int top_scroll; /* Repaint screen from top? variable
218 TRIPLE, OPT_OFF, &top_scroll, NULL,
H A Dscreen.c289 extern int top_scroll;
1767 if (top_scroll) in init()