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

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwscroll.c89 int row1x, row2x; local
96 * And calculate row1x, row2x, and left at the same time.
107 row2x = i + 1;
112 nvismax = wwncol * (row2x - row1x);
114 for (i = row1x; i < row2x; i++)
123 ((tt.tt_scroll_top != row1x || tt.tt_scroll_bot != row2x - 1) &&
127 xxscroll(dir, row1x, row2x);
140 for (i = row2x - row1x; --i > 0;)
144 cpp = &wwos[row2x];
147 for (i = row2x
[all...]

Completed in 172 milliseconds