Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c4043 } nfa_thread_T; typedef
4335 nfa_thread_T *thread; in has_state_with_pos()
4511 nfa_thread_T *thread; in addstate()
4658 size_t newsize = newlen * sizeof(nfa_thread_T); in addstate()
4659 nfa_thread_T *newt; in addstate()
5001 nfa_thread_T *newl; in addstate_here()
5014 sizeof(nfa_thread_T) * listidx); in addstate_here()
5017 sizeof(nfa_thread_T) * count); in addstate_here()
5030 sizeof(nfa_thread_T) * (l->n - listidx - 1)); in addstate_here()
5033 sizeof(nfa_thread_T) * count); in addstate_here()
[all …]