Searched refs:startw (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/lib/libcurses/ |
| D | refresh.c | 1556 int bsize, curs, curw, starts, startw, i, j; in quickch() local 1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */ in quickch() 1636 for (startw = top; startw <= bot - bsize; startw++) in quickch() 1645 for (curw = startw, curs = starts; in quickch() 1662 bsize, THRESH, starts, startw, curw, curs, top, bot); in quickch() 1677 n = startw - starts; in quickch() 1789 n, startw, curw, i, target); in quickch() 1790 if ((target >= startw && target < curw) || target < top in quickch() 1851 scrolln(starts, startw, curs, bot, top); in quickch() 1859 scrolln(int starts, int startw, int curs, int bot, int top) in scrolln() argument [all …]
|