Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c310 post_start = alloc(postfix_size); in nfa_regcomp_start()
311 if (post_start == NULL) in nfa_regcomp_start()
313 post_ptr = post_start; in nfa_regcomp_start()
314 post_end = post_start + nstate_max; in nfa_regcomp_start()
531 old_start = post_start; in realloc_post_list()
532 post_start = new_start; in realloc_post_list()
534 post_end = post_start + new_max; in realloc_post_list()
2325 post_ptr = post_start + my_post_start; in nfa_regpiece()
2345 post_ptr = post_start + my_post_start; in nfa_regpiece()
2972 return post_start; in re2post()
[all …]