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

  /src/lib/libcurses/
refresh.c 1557 int n, target, cur_period, bot, top, sc_region; local in function:quickch
1758 * and bottom regions determined (whose size is sc_region).
1777 sc_region = bot - top + 1;
1782 target = (i - top + n + sc_region) % sc_region + top;
refresh.c 1557 int n, target, cur_period, bot, top, sc_region; local in function:quickch
1758 * and bottom regions determined (whose size is sc_region).
1777 sc_region = bot - top + 1;
1782 target = (i - top + n + sc_region) % sc_region + top;

Completed in 23 milliseconds