Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c103 t_powerset * s_nfastates; /* Corresponding NFA states. */ member
1187 if (src->s_nfastates) { in closure()
1193 return closureset(dst, src->s_nfastates); in closure()
1252 s->s_nfastates = nfastates; in get_dfa_state()
1335 for (n = 0; n < s->s_nfastates->p_card; n++) { in builddfa()
1336 s2 = s->s_nfastates->p_set[n]; in builddfa()
1401 stateset = s->s_nfastates; in builddfa()
1402 s->s_nfastates = (t_powerset *) NULL; in builddfa()