Searched refs:accptnum (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/flex/
H A Dnfa.c58 accptnum[finalst[mach]] = accepting_number;
63 accptnum[astate] = accepting_number;
120 anum = accptnum[ns];
170 accptnum[state] = accptnum[i];
481 accptnum[finalst[first]] == NIL) {
487 accptnum[finalst[second]] == NIL) {
610 accptnum =
611 reallocate_integer_array (accptnum, current_mns);
624 accptnum[lastnf
[all...]
H A Dmain.c76 int *accptnum, *assoc_rule, *state_type;
1723 accptnum = allocate_integer_array (current_mns);
75 int *accptnum, *assoc_rule, *state_type; variable
H A Ddfa.c256 nfaccnum = accptnum[state]; \
H A Dflexdef.h492 * accptnum - accepting number
513 extern int *accptnum, *assoc_rule, *state_type;

Completed in 120 milliseconds