Searched refs:end_insert_pos (Results 1 – 2 of 2) sorted by relevance
2300 pos_T *end_insert_pos) // can be NULL in start_arrow() argument2302 start_arrow_common(end_insert_pos, TRUE); in start_arrow()2311 pos_T *end_insert_pos, // can be NULL in start_arrow_with_change() argument2314 start_arrow_common(end_insert_pos, end_change); in start_arrow_with_change()2324 pos_T *end_insert_pos, // can be NULL in start_arrow_common() argument2330 stop_insert(end_insert_pos, FALSE, FALSE); in start_arrow_common()2411 pos_T *end_insert_pos, in stop_insert() argument2437 if (!arrow_used && end_insert_pos != NULL) in stop_insert()2488 curwin->w_cursor = *end_insert_pos; in stop_insert()2534 if (end_insert_pos != NULL) in stop_insert()[all …]
14 void start_arrow(pos_T *end_insert_pos);