Lines Matching refs:direction
521 w->scrollbar.direction = 0;
625 char direction;
627 if (w->scrollbar.direction != 0) /* if we're already scrolling */
630 direction = *params[0];
632 direction = 'C';
634 w->scrollbar.direction = direction;
636 switch(direction) {
768 if (w->scrollbar.direction == 0) /* if no StartScroll */
791 switch(w->scrollbar.direction) {
815 w->scrollbar.direction = 0;
825 if (w->scrollbar.direction == 0) /* if no StartScroll */
848 if (w->scrollbar.direction == 0) /* if no StartScroll */
879 if (w->scrollbar.direction == 'c') /* if still thumbing */