Searched refs:scset (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | parse.y | 129 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],
|
D | sym.c | 212 scset = reallocate_integer_array( scset, current_max_scs ); in scextend() 246 scset[lastsc] = mkstate( SYM_EPSILON );
|
D | dfa.c | 438 dumpnfa( scset[1] ); in ntod() 562 nset[numstates] = scset[(i / 2) + 1]; in ntod() 565 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
|
D | main.c | 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1076 scset = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
|
D | flexdef.h | 565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | parse.c | 699 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()
|