Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dforwback.c26 extern int top_scroll;
168 if (top_scroll && n >= sc_height - 1 && pos != ch_length())
195 if (top_scroll)
265 pos == NULL_POSITION && !top_scroll &&
454 if (top_scroll) in get_back_scroll()
Djump.c23 extern int top_scroll;
326 if (!top_scroll)
Dcommand.c35 extern int top_scroll;
745 int save_top_scroll = top_scroll; in make_display()
747 top_scroll = 1; in make_display()
757 top_scroll = save_top_scroll; in make_display()
Dopttbl.c23 public int top_scroll; /* Repaint screen from top? variable
183 TRIPLE, OPT_OFF, &top_scroll, NULL,
Dscreen.c273 extern int top_scroll;
1721 if (top_scroll) in init()