Lines Matching refs:listidx
4970 int listidx = *ip; in addstate_here() local
4976 r = addstate(l, state, subs, pim, -listidx - ADDSTATE_HERE_OFFSET); in addstate_here()
4981 if (listidx + 1 == tlen) in addstate_here()
4991 l->t[listidx] = l->t[l->n - 1]; in addstate_here()
5014 sizeof(nfa_thread_T) * listidx); in addstate_here()
5015 mch_memmove(&(newl[listidx]), in addstate_here()
5018 mch_memmove(&(newl[listidx + count]), in addstate_here()
5019 &(l->t[listidx + 1]), in addstate_here()
5020 sizeof(nfa_thread_T) * (l->n - count - listidx - 1)); in addstate_here()
5028 mch_memmove(&(l->t[listidx + count]), in addstate_here()
5029 &(l->t[listidx + 1]), in addstate_here()
5030 sizeof(nfa_thread_T) * (l->n - listidx - 1)); in addstate_here()
5031 mch_memmove(&(l->t[listidx]), 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()
6139 &t->subs, &pim, &listidx) == NULL) in nfa_regmatch()
7034 pim, &listidx); in nfa_regmatch()