Searched refs:row1x (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.
102 row1x = i;
105 if (i <= row1x)
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);
137 cpp = &wwos[row1x];
140 for (i = row2x - row1x;
[all...]

Completed in 52 milliseconds