Home
last modified time | relevance | path

Searched refs:startw (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libcurses/
H A Drefresh.c423 register int bsize, curs, curw, starts, startw, i, j; local
476 for (startw = top; startw <= bot - bsize; startw++)
479 for (curw = startw, curs = starts;
500 bsize, starts, startw, curw, curs, top, bot);
512 n = startw - starts;
592 n, startw, curw, i, target);
594 if ((target >= startw && target < curw) || target < top
651 scrolln(win, starts, startw, curs, bot, top);
666 scrolln(win, starts, startw, curs, bot, top) in scrolln() argument
668 int starts, startw, curs, bot, top;
[all …]