HomeSort by relevance Sort by last modified time
    Searched refs:nextecm (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
main.c 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable
258 nextecm[i - 1] = i;
261 nextecm[csize] = NIL;
270 nextecm[i] = BAD_SUBSCRIPT; /* to catch errors */
1042 numecs = cre8ecs( nextecm, ecgroup, csize );
parse.y 625 ccllen[anyccl], nextecm,
647 nextecm, ecgroup, csize, csize );
nfa.c 654 mkechar( sym ? sym : csize, nextecm, ecgroup );
flexdef.h 532 * nextecm - forward link of Equivalence Class members
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
549 * slots total (since the arrays are 0-based). nextecm[] and ecgroup[]
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 1203 ccllen[anyccl], nextecm,
1226 nextecm, ecgroup, csize, csize );
    [all...]

Completed in 50 milliseconds