Home
last modified time | relevance | path

Searched refs:wheel_lines (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/less/
H A Doptfunc.c56 extern int wheel_lines;
859 if (wheel_lines <= 0) in opt_wheel_lines()
860 wheel_lines = default_wheel_lines(); in opt_wheel_lines()
H A Dttyin.c36 extern int wheel_lines;
H A Dopttbl.c62 public int wheel_lines; /* Number of lines to scroll on mouse wheel scroll */ variable
540 NUMBER|INIT_HANDLER, 0, &wheel_lines, opt_wheel_lines,
H A Dcommand.c52 extern int wheel_lines;
1418 forward(wheel_lines, 0, 0); in commands()
1426 backward(wheel_lines, 0, 0); in commands()