Home
last modified time | relevance | path

Searched refs:scbol (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c213 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend()
247 scbol[lastsc] = mkstate( SYM_EPSILON );
Dparse.y228 scbol[scon_stk[i]] =
229 mkbranch( scbol[scon_stk[i]],
241 scbol[i] = mkbranch( scbol[i],
Dmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1077 scbol = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
Dflexdef.h565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
Ddfa.c565 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c796 scbol[scon_stk[i]] = in yyparse()
797 mkbranch( scbol[scon_stk[i]], in yyparse()
809 scbol[i] = mkbranch( scbol[i], in yyparse()