Searched defs:deleteCount (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds