Searched refs:replace_stack (Results 1 – 1 of 1) sorted by relevance
2993 static char_u *replace_stack = NULL; variable3014 if (replace_stack != NULL) in replace_push()3016 mch_memmove(p, replace_stack, in replace_push()3018 vim_free(replace_stack); in replace_push()3020 replace_stack = p; in replace_push()3022 p = replace_stack + replace_stack_nr - replace_offset; in replace_push()3055 return (int)replace_stack[--replace_stack_nr]; in replace_pop()3069 if (replace_stack[i] == NUL && off-- <= 0) in replace_join()3072 mch_memmove(replace_stack + i, replace_stack + i + 1, in replace_join()3157 VIM_CLEAR(replace_stack); in replace_flush()