Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dvariables.h65 extern int window_scroll_step;
H A Dwindow.c914 int window_scroll_step = 0; variable
952 if (window_scroll_step < window->height) in window_adjust_pagetop()
955 ((window->pagetop - window_scroll_step) <= line)) in window_adjust_pagetop()
956 window->pagetop -= window_scroll_step; in window_adjust_pagetop()
958 ((line - (window->pagetop + window_scroll_step) in window_adjust_pagetop()
960 window->pagetop += window_scroll_step; in window_adjust_pagetop()
H A Dwindow.h105 extern int window_scroll_step;
H A Dvariables.c67 &window_scroll_step, (char **)NULL },
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.469347 "window_scroll_step" to attempt to control the amount which the