Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c425 int deleteCount; in _findRegions() local
436 for (deleteCount = 1; deleteCount < DELETE_SEARCH_LIMIT; in _findRegions()
437 deleteCount++) { in _findRegions()
439 for (col = deletePoint; col < COLS - deleteCount; in _findRegions()
441 if (__m_cc_compare(&optr[col + deleteCount], in _findRegions()
449 bestDeleteCount = deleteCount; in _findRegions()