Searched refs:firstst (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
H A D | nfa.c | 103 /* We probably should loop starting at firstst[state1] and going to 109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */ 145 * states accessible by the arrays firstst and lastst 155 for ( i = firstst[mach]; i <= last; ++i ) 178 firstst[init] = firstst[mach] + state_offset; 307 firstst[first] = MIN( firstst[first], firstst[last] ); 605 firstst [all...] |
H A D | main.c | 75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable 1060 firstst = allocate_integer_array( current_mns );
|
H A D | flexdef.h | 467 * firstst - physically the first state of a fragment 490 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
|
Completed in 96 milliseconds