Searched refs:scbol (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | sym.c | 213 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend() 247 scbol[lastsc] = mkstate( SYM_EPSILON );
|
D | parse.y | 228 scbol[scon_stk[i]] = 229 mkbranch( scbol[scon_stk[i]], 241 scbol[i] = mkbranch( scbol[i],
|
D | main.c | 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1077 scbol = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
|
D | flexdef.h | 565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|
D | dfa.c | 565 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | parse.c | 796 scbol[scon_stk[i]] = in yyparse() 797 mkbranch( scbol[scon_stk[i]], in yyparse() 809 scbol[i] = mkbranch( scbol[i], in yyparse()
|