Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Doptfunc.c56 extern int wheel_lines;
881 if (wheel_lines <= 0)
882 wheel_lines = default_wheel_lines();
Dttyin.c37 extern int wheel_lines;
Dopttbl.c60 public int wheel_lines; /* Number of lines to scroll on mouse wheel scroll */ variable
499 NUMBER|INIT_HANDLER, 0, &wheel_lines, opt_wheel_lines,
Dcommand.c52 extern int wheel_lines;
1391 forward(wheel_lines, 0, 0); in commands()
1399 backward(wheel_lines, 0, 0); in commands()