Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2993 static char_u *replace_stack = NULL; variable
3014 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()