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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 612 assoc_rule =
613 reallocate_integer_array( assoc_rule, current_mns );
625 assoc_rule[lastnfa] = num_rules;
dfa.c 112 register int ar = assoc_rule[ns];
158 register int rule_num = rule_linenum[assoc_rule[dset[i]]];
main.c 76 int *accptnum, *assoc_rule, *state_type; variable
1067 assoc_rule = allocate_integer_array( current_mns );
flexdef.h 474 * assoc_rule - rule associated with this NFA state (or 0 if none)
491 extern int *accptnum, *assoc_rule, *state_type;
    [all...]

Completed in 624 milliseconds