Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2430 vim_free(last_insert); in stop_insert()
2431 last_insert = ptr; in stop_insert()
2551 vim_free(last_insert); in set_last_insert()
2552 last_insert = alloc(MB_MAXBYTES * 3 + 5); in set_last_insert()
2553 if (last_insert != NULL) in set_last_insert()
2555 s = last_insert; in set_last_insert()
2570 VIM_CLEAR(last_insert); in free_last_insert()
2929 if (last_insert == NULL) in get_last_insert()
2931 return last_insert + last_insert_skip; in get_last_insert()
2944 if (last_insert == NULL) in get_last_insert_save()
[all …]