Searched refs:new_start (Results 1 – 3 of 3) sorted by relevance
4108 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 …]
521 int *new_start; in realloc_post_list() local527 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()
3151 varnumber_T new_start = l->lv_u.nonmat.lv_start in f_reverse() local3153 l->lv_u.nonmat.lv_end = new_start in f_reverse()3155 l->lv_u.nonmat.lv_start = new_start; in f_reverse()