Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c423 int deleteCount; in _findRegions() local
434 for (deleteCount = 1; deleteCount < DELETE_SEARCH_LIMIT; in _findRegions()
435 deleteCount++) { in _findRegions()
437 for (col = deletePoint; col < COLS - deleteCount; in _findRegions()
439 if (__m_cc_compare(&optr[col + deleteCount], in _findRegions()
447 bestDeleteCount = deleteCount; in _findRegions()