Searched refs:post_end (Results 1 – 1 of 1) sorted by relevance
254 static int *post_end; variable281 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()