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

/freebsd-9.3-release/contrib/less/
H A Dforwback.c26 extern int top_scroll;
150 if (top_scroll && n >= sc_height - 1 && pos != ch_length())
177 if (top_scroll)
245 pos == NULL_POSITION && !top_scroll &&
416 * top_scroll, as well as back_scroll.
425 if (top_scroll)
H A Djump.c23 extern int top_scroll;
300 if (!top_scroll)
H A Dopttbl.c23 public int top_scroll; /* Repaint screen from top? variable
162 TRIPLE, OPT_OFF, &top_scroll, NULL,
H A Dcommand.c34 extern int top_scroll;
666 int save_top_scroll = top_scroll;
668 top_scroll = 1;
678 top_scroll = save_top_scroll;
H A Dscreen.c235 extern int top_scroll;
1541 if (top_scroll)

Completed in 84 milliseconds