Lines Matching defs:start_y
515 int start_x = 0, start_y = 0;
529 start_y = *vscroll;
566 copywin(pad, win, start_y, start_x, 2, 2, text_lines,
580 start_y += text_lines-2;
584 start_y -= text_lines+2;
587 start_y = 0;
590 start_y = total_lines-text_lines;
594 start_y++;
598 start_y--;
610 size_t start = (get_line(text, start_y) - text);
611 size_t end = (get_line(text, start_y + text_lines) - text);
623 if (start_y < 0)
624 start_y = 0;
625 if (start_y >= total_lines-text_lines)
626 start_y = total_lines-text_lines;
636 *vscroll = start_y;