Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/
Dparse.y129 scset[i] = mkbranch( scset[i], def_rule );
264 scset[scon_stk[i]] =
265 mkbranch( scset[scon_stk[i]],
273 scset[i] =
274 mkbranch( scset[i],
Dsym.c212 scset = reallocate_integer_array( scset, current_max_scs ); in scextend()
246 scset[lastsc] = mkstate( SYM_EPSILON );
Ddfa.c438 dumpnfa( scset[1] ); in ntod()
562 nset[numstates] = scset[(i / 2) + 1]; in ntod()
565 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
Dmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1076 scset = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
Dflexdef.h565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c699 scset[i] = mkbranch( scset[i], def_rule ); in yyparse()
833 scset[scon_stk[i]] = in yyparse()
834 mkbranch( scset[scon_stk[i]], in yyparse()
842 scset[i] = in yyparse()
843 mkbranch( scset[i], in yyparse()