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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 55 accptnum[finalst[mach]] = accepting_number;
60 accptnum[astate] = accepting_number;
117 anum = accptnum[ns];
169 accptnum[state] = accptnum[i];
477 accptnum[finalst[first]] == NIL )
484 accptnum[finalst[second]] == NIL )
611 accptnum = reallocate_integer_array( accptnum, current_mns );
624 accptnum[lastnfa] = NIL
    [all...]
main.c 76 int *accptnum, *assoc_rule, *state_type; variable
1066 accptnum = allocate_integer_array( current_mns );
flexdef.h 473 * accptnum - accepting number
491 extern int *accptnum, *assoc_rule, *state_type;
    [all...]
dfa.c 265 nfaccnum = accptnum[state]; \

Completed in 2039 milliseconds