Searched refs:window_scroll_step (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dvariables.h62 extern int window_scroll_step;
H A Dwindow.h95 extern int window_scroll_step;
H A Dvariables.c68 &window_scroll_step, (char **)NULL },
H A Dwindow.c894 int window_scroll_step = 0; variable
933 if (window_scroll_step < window->height)
936 ((window->pagetop - window_scroll_step) <= line))
937 window->pagetop -= window_scroll_step;
939 ((line - (window->pagetop + window_scroll_step)
941 window->pagetop += window_scroll_step;

Completed in 47 milliseconds