Lines Matching refs:move_to
19 move_to(x, y); in UP1()
22 move_to(x, y - 1); in UP1()
38 move_to(x, y); in DN1()
42 move_to(x, y + 1); in DN1()
53 move_to(LINE_END, y); in LF1()
57 move_to(x - 1, y); in LF1()
68 move_to(LINE_START, y); in RT1()
72 move_to(x + 1, y); in RT1()
80 move_to(0, 0); in HIGH()
88 move_to(0, last_y); in LOW()
96 move_to(LINE_START, y); in BL()
104 move_to(LINE_END, y); in EL()
121 move_to(x, find_y(line)); in GOTO()
137 move_to(0, screenmax >> 1); in PD()
139 move_to(0, y - i); in PD()
159 move_to(0, screenmax >> 1); in PU()
161 move_to(0, y + i); in PU()
175 move_to(LINE_START, 0); in HO()
191 move_to(LINE_START, last_y); in EF()
205 move_to(x, (y == screenmax) ? screenmax : y + 1); in SU()
214 move_to(x, (y == 0) ? 0 : y - 1); in SD()
344 move_to(LINE_START, y); in move_next_word()
441 move_to(0, (y == screenmax) ? y : y + 1); in S()
444 move_to(x + 1, y); in S()
447 move_to(x + 1, y); in S()
476 move_to(LINE_END, y); /* Move to end of this line */ in LIB()
635 move_to(nx, y); /* Reset cur_text */ in delete()
642 move_to((line_cnt == 1) ? nx : 0, y); in delete()
725 move_to((old_pos == TRUE) ? x : x + length_of(line_buffer), y); in file_insert()
734 move_to(x, y); in file_insert()
736 move_to(length_of(line_buffer), find_y(line)); in file_insert()
738 move_to(0, find_y(line->next)); in file_insert()
945 move_to(find_x(start_line, start_textp), find_y(start_line)); in yank()
1151 move_to (x, y); in change()