Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c520 int new_max; in realloc_post_list() local
526 new_max = nstate_max * 3 / 2; in realloc_post_list()
527 new_start = ALLOC_MULT(int, new_max); in realloc_post_list()
534 post_end = post_start + new_max; in realloc_post_list()