Lines Matching refs:start_y
514 int start_x = 0, start_y = 0; in show_scroll_win() local
558 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
572 start_y += text_lines-2; in show_scroll_win()
575 start_y -= text_lines+2; in show_scroll_win()
578 start_y = 0; in show_scroll_win()
581 start_y = total_lines-text_lines; in show_scroll_win()
585 start_y++; in show_scroll_win()
589 start_y--; in show_scroll_win()
604 if (start_y < 0) in show_scroll_win()
605 start_y = 0; in show_scroll_win()
606 if (start_y >= total_lines-text_lines) in show_scroll_win()
607 start_y = total_lines-text_lines; in show_scroll_win()