Lines Matching defs:start_x
515 int start_x = 0, start_y = 0;527 start_x = *hscroll;566 copywin(pad, win, start_y, start_x, 2, 2, text_lines,602 start_x--;606 start_x++;627 if (start_x < 0)628 start_x = 0;629 if (start_x >= total_cols-text_cols)630 start_x = total_cols-text_cols;634 *hscroll = start_x;