Searched refs:nLastNonblank (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1349 int nLastNonblank = nLastChar; local
1372 int m = max(nLastNonblank, oLastNonblank);
1380 if ((nLastChar < nLastNonblank)
1389 > SP->_el_cost + nLastNonblank - (n + 1)) {
1391 n + 1, nLastNonblank))
1392 GoTo(lineno, nLastNonblank + 1);

Completed in 105 milliseconds