Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c254 static int *post_end; variable
281 if (post_ptr >= post_end && realloc_post_list() == FAIL) \
314 post_end = post_start + nstate_max; in nfa_regcomp_start()
519 int nstate_max = (int)(post_end - post_start); in realloc_post_list()
534 post_end = post_start + new_max; in realloc_post_list()
7567 post_ptr = post_end = NULL; in nfa_regcomp()