Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c4108 vim_free(new_start); in ex_substitute()
4247 if (new_start != NULL) in ex_substitute()
4464 if (new_start == NULL) in ex_substitute()
4474 *new_start = NUL; in ex_substitute()
4475 new_end = new_start; in ex_substitute()
4491 vim_free(new_start); in ex_substitute()
4495 vim_free(new_start); in ex_substitute()
4496 new_start = p1; in ex_substitute()
4596 p1 = new_start - 1; in ex_substitute()
4640 if (new_start != NULL) in ex_substitute()
[all …]
H A Dregexp_nfa.c521 int *new_start; in realloc_post_list() local
527 new_start = ALLOC_MULT(int, new_max); in realloc_post_list()
528 if (new_start == NULL) in realloc_post_list()
530 mch_memmove(new_start, post_start, nstate_max * sizeof(int)); in realloc_post_list()
532 post_start = new_start; in realloc_post_list()
533 post_ptr = new_start + (post_ptr - old_start); in realloc_post_list()
H A Dlist.c3151 varnumber_T new_start = l->lv_u.nonmat.lv_start in f_reverse() local
3153 l->lv_u.nonmat.lv_end = new_start in f_reverse()
3155 l->lv_u.nonmat.lv_start = new_start; in f_reverse()