Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dforwback.c28 extern int top_scroll;
246 if (top_scroll && n >= sc_height - 1 && pos != ch_length()) in forw()
273 if (top_scroll) in forw()
343 pos == NULL_POSITION && !top_scroll && in forw()
523 * top_scroll, as well as back_scroll.
531 if (top_scroll) in get_back_scroll()
H A Djump.c22 extern int top_scroll;
350 if (!top_scroll)
H A Dcommand.c35 extern int top_scroll;
825 int save_top_scroll = top_scroll; in prompt()
827 top_scroll = 1; in prompt()
837 top_scroll = save_top_scroll; in prompt()
H A Dopttbl.c24 public int top_scroll; /* Repaint screen from top? variable
225 TRIPLE, OPT_OFF, &top_scroll, NULL,
H A Dscreen.c280 extern int top_scroll;
1777 if (top_scroll) in init()