Home
last modified time | relevance | path

Searched refs:lastst (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dnfa.c153 int last = lastst[mach];
180 lastst[init] = lastst[mach] + state_offset;
306 lastst[first] = MAX( lastst[first], lastst[last] );
606 lastst = reallocate_integer_array( lastst, current_mns );
620 lastst[lastnfa] = lastnfa;
Dmain.c75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
1061 lastst = allocate_integer_array( current_mns ); in set_up_initial_allocations()
Dparse.y367 if ( transchar[lastst[$2]] != SYM_EPSILON )
Dflexdef.h490 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c936 if ( transchar[lastst[yyvsp[0]]] != SYM_EPSILON ) in yyparse()