Searched refs:lines_affected (Results 1 – 2 of 2) sorted by relevance
2137 int lines_affected; in tem_scroll() local2139 lines_affected = end - start + 1; in tem_scroll()2140 if (count > lines_affected) in tem_scroll()2141 count = lines_affected; in tem_scroll()2147 if (count < lines_affected) { in tem_scroll()2157 if (count < lines_affected) { in tem_scroll()
1609 int lines_affected; in tem_safe_scroll() local1614 lines_affected = end - start + 1; in tem_safe_scroll()1615 if (count > lines_affected) in tem_safe_scroll()1616 count = lines_affected; in tem_safe_scroll()1622 if (count < lines_affected) { in tem_safe_scroll()1634 if (count < lines_affected) { in tem_safe_scroll()