Searched refs:orig_pos (Results 1 – 2 of 2) sorted by relevance
2511 pos_T orig_pos; in do_ecmd() local3018 orig_pos = curwin->w_cursor; in do_ecmd()3068 if (!EQUAL_POS(curwin->w_cursor, orig_pos)) in do_ecmd()3072 if (curwin->w_cursor.lnum != orig_pos.lnum in do_ecmd()
2957 pos_T orig_pos; // position of the cursor at beginning in current_search() local2977 orig_pos = pos = curwin->w_cursor; in current_search()3030 curwin->w_cursor = orig_pos; in current_search()