Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c344 int iRegion; in _normalizeRegions1() local
351 for (iRegion = 0; iRegion < nRegions; iRegion++) { in _normalizeRegions1()
352 regions[iRegion] = regions[iRegion + 1]; in _normalizeRegions1()
363 int iRegion; in _normalizeRegions2() local
365 for (iRegion = 0; iRegion < nRegions - 1; iRegion++) { in _normalizeRegions2()
366 regions[iRegion].size = regions[iRegion + 1].col - in _normalizeRegions2()
367 regions[iRegion].col; in _normalizeRegions2()
501 int iRegion; in _ceolAdjustRegions() local
504 for (iRegion = 0; iRegion < nRegions; iRegion++) { in _ceolAdjustRegions()
505 switch (regions[iRegion].type) { in _ceolAdjustRegions()
[all …]