Searched refs:NFA_SKIP (Results 1 – 2 of 2) sorted by relevance
114 NFA_SKIP, // Skip characters enumerator2637 case NFA_SKIP: STRCPY(code, "NFA_SKIP"); break; in nfa_set_code()3290 case NFA_SKIP: in nfa_max_width()3679 skip = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()3831 s1 = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()4613 if (state->lastlist[nfa_ll_index] == l->id && state->c != NFA_SKIP) in addstate()6756 case NFA_SKIP: in nfa_regmatch()
1088 Solution: Always add NFA_SKIP, also when it already exists at the start