Searched refs:lines_affected (Results 1 – 2 of 2) sorted by relevance
2145 int lines_affected; in tem_scroll() local2147 lines_affected = end - start + 1; in tem_scroll()2148 if (count > lines_affected) in tem_scroll()2149 count = lines_affected; in tem_scroll()2155 if (count < lines_affected) { in tem_scroll()2165 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()