Lines Matching defs:start_y
557 int start_x = 0, start_y = 0;
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines,
618 start_y += text_lines-2;
622 start_y -= text_lines+2;
625 start_y = 0;
628 start_y = total_lines-text_lines;
632 start_y++;
636 start_y--;
651 if (start_y < 0)
652 start_y = 0;
653 if (start_y >= total_lines-text_lines)
654 start_y = total_lines-text_lines;