Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c233 int nRegions = 0; variable
350 nRegions--; in _normalizeRegions1()
351 for (iRegion = 0; iRegion < nRegions; iRegion++) { in _normalizeRegions1()
365 for (iRegion = 0; iRegion < nRegions - 1; iRegion++) { in _normalizeRegions2()
369 regions[nRegions - 1].size = COLS - regions[nRegions - 1].col; in _normalizeRegions2()
374 while (regions[nRegions - 1].type == REGION_COMMON) in _normalizeRegions2()
375 nRegions--; in _normalizeRegions2()
386 for (from = 1, to = 1; from < nRegions; ) { in _mergeTinyRegions()
396 if (++from < nRegions) in _mergeTinyRegions()
402 nRegions = to; in _mergeTinyRegions()
[all …]