Searched refs:listidx (Results 1 – 1 of 1) sorted by relevance
4970 int listidx = *ip; in addstate_here() local4981 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() local5909 for (listidx = 0; listidx < thislist->n; ++listidx) in nfa_regmatch()5924 t = &thislist->t[listidx]; in nfa_regmatch()[all …]