Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c4970 int listidx = *ip; in addstate_here() local
4981 if (listidx + 1 == tlen) in addstate_here()
4991 l->t[listidx] = l->t[l->n - 1]; in addstate_here()
5015 mch_memmove(&(newl[listidx]), in addstate_here()
5019 &(l->t[listidx + 1]), in addstate_here()
5029 &(l->t[listidx + 1]), in addstate_here()
5037 *ip = listidx - 1; in addstate_here()
5739 int listidx; in nfa_regmatch() local
5909 for (listidx = 0; listidx < thislist->n; ++listidx) in nfa_regmatch()
5924 t = &thislist->t[listidx]; in nfa_regmatch()
[all …]