Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c135 t_state * dfa_states; /* List of DFA states. */ variable
1253 s->s_next = dfa_states; in get_dfa_state()
1254 dfa_states = s; in get_dfa_state()
1305 dfa_states = (t_state *) NULL; in builddfa()
1397 while (s = dfa_states) { in builddfa()
1398 dfa_states = s->s_next; in builddfa()
1421 dfa_states = stack; in builddfa()
1503 for (s1 = dfa_states; s1; s1 = s1->s_next) { in optimizedfa()
1601 startgroup = dfa_states->s_index; in optimizedfa()
1634 dfa_states = (t_state *) NULL; in optimizedfa()
[all …]