HomeSort by: relevance | last modified time | path
    Searched defs:startw (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
refresh.c 1556 int bsize, curs, curw, starts, startw, i, j; local in function:quickch
1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
1623 * - Startw is the index of the beginning of the examined block in
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)
    [all...]
refresh.c 1556 int bsize, curs, curw, starts, startw, i, j; local in function:quickch
1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
1623 * - Startw is the index of the beginning of the examined block in
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)
    [all...]

Completed in 24 milliseconds