Searched refs:replace_stack_len (Results 1 – 1 of 1) sorted by relevance
2995 static long replace_stack_len = 0; // max. number of entries variable3005 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()