Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Dforwback.c25 extern int top_scroll;
137 if (top_scroll && n >= sc_height - 1 && pos != ch_length()) { in forw()
160 if (top_scroll) { in forw()
220 if (first_time && pos == -1 && !top_scroll && in forw()
356 if (top_scroll) in get_back_scroll()
H A Djump.c24 extern int top_scroll;
270 if (!top_scroll) in jump_loc()
H A Dmain.c57 extern int top_scroll;
137 top_scroll = OPT_OFF; in main()
H A Dcommand.c31 extern int top_scroll;
596 int save_top_scroll = top_scroll; in make_display()
598 top_scroll = 1; in make_display()
609 top_scroll = save_top_scroll; in make_display()
H A Dopttbl.c24 int top_scroll; /* Repaint screen from top? (vs scroll from bottom) */ variable
145 TRIPLE|MORE_OK, OPT_ON, &top_scroll, NULL,
H A Dscreen.c87 extern int top_scroll;
534 if (top_scroll) { in init()