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

/freebsd-9.3-release/contrib/less/
H A Dsignal.c34 extern int wscroll;
248 wscroll = (sc_height + 1) / 2;
H A Dcommand.c33 extern int wscroll;
1025 wscroll = (sc_height + 1) / 2;
1263 wscroll = (int) number;
1267 forward(wscroll, 0, 0);
1276 wscroll = (int) number;
1278 backward(wscroll, 0, 0);
H A Dmain.c30 public int wscroll; variable
H A Dscreen.c232 extern int wscroll;
1887 wscroll = (sc_height + 1) / 2;

Completed in 57 milliseconds