Lines Matching defs:startw
1556 int bsize, curs, curw, starts, startw, i, j;
1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
1636 for (startw = top; startw <= bot - bsize; startw++)
1638 /* for (curw = startw, curs = starts;
1645 for (curw = startw, curs = starts;
1661 "startw=%d, curw=%d, curs=%d, top=%d, bot=%d\n",
1662 bsize, THRESH, starts, startw, curw, curs, top, bot);
1677 n = startw - starts;
1788 "quickch: n=%d startw=%d curw=%d i = %d target=%d ",
1789 n, startw, curw, i, target);
1790 if ((target >= startw && target < curw) || target < top
1851 scrolln(starts, startw, curs, bot, top);
1856 * Scroll n lines, where n is starts - startw.
1859 scrolln(int starts, int startw, int curs, int bot, int top)
1865 n = starts - startw;