Home
last modified time | relevance | path

Searched refs:end_insert_pos (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c2300 pos_T *end_insert_pos) // can be NULL in start_arrow() argument
2302 start_arrow_common(end_insert_pos, TRUE); in start_arrow()
2311 pos_T *end_insert_pos, // can be NULL in start_arrow_with_change() argument
2314 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() argument
2330 stop_insert(end_insert_pos, FALSE, FALSE); in start_arrow_common()
2411 pos_T *end_insert_pos, in stop_insert() argument
2437 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 …]
/vim-8.2.3635/src/proto/
H A Dedit.pro14 void start_arrow(pos_T *end_insert_pos);