Home
last modified time | relevance | path

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

/reactos/base/applications/network/telnet/src/
H A Dtscroll.cpp181 long iScrollBegin, iScrollLast; in ScrollBack() local
184 iScrollLast = iScrollEnd - 1; in ScrollBack()
187 iScrollLast = iScrollSize - 1; in ScrollBack()
197 int strippedlines = (*strip)(stripped, stripped + iScrollLast, in ScrollBack()
201 int maxlines = setmaxlines(iDisplay, iScrollLast + 1, strippedlines, in ScrollBack()
227 if (c+(16*(r+current)) >= iScrollLast) in ScrollBack()
249 if (c+((CON_COLS)*(r+current)) >= iScrollLast) p = ' '; in ScrollBack()
265 if (c+((CON_COLS)*(r+current)) >= iScrollLast) p = ' '; in ScrollBack()
340 maxlines = setmaxlines(iDisplay, iScrollLast + 1, strippedlines, in ScrollBack()