Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2995 static long replace_stack_len = 0; // max. number of entries variable
3005 if (replace_stack_len <= replace_stack_nr) in replace_push()
3007 replace_stack_len += 50; in replace_push()
3008 p = ALLOC_MULT(char_u, replace_stack_len); in replace_push()
3011 replace_stack_len -= 50; in replace_push()
3158 replace_stack_len = 0; in replace_flush()