Searched refs:ScrollRows (Results 1 – 3 of 3) sorted by relevance
225 const DWORD ScrollRows = Pager->ScrollRows; in ConPagerWorker() local267 if (bFinitePaging && (Pager->iLine >= ScrollRows)) in ConPagerWorker()444 while (Pager->iLine < ScrollRows) in ConPagerWorker()512 if (bFinitePaging && (Pager->iLine >= ScrollRows)) in ConPagerWorker()583 Pager->ScrollRows = Pager->PageRows - 1; in ConWritePaging()588 Pager->ScrollRows = 0; in ConWritePaging()625 Pager->ScrollRows = Pager->PageRows - 1; in ConWritePaging()
56 DWORD ScrollRows; member
356 Pager->ScrollRows = csbi.srWindow.Bottom - csbi.srWindow.Top; in PagePrompt()385 Pager->ScrollRows = nLines; in PagePrompt()436 Pager->ScrollRows = 1; in PagePrompt()