HomeSort by relevance Sort by last modified time
    Searched refs:scbol (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
sym.c 213 scbol = reallocate_integer_array( scbol, current_max_scs );
247 scbol[lastsc] = mkstate( SYM_EPSILON );
parse.y 228 scbol[scon_stk[i]] =
229 mkbranch( scbol[scon_stk[i]],
241 scbol[i] = mkbranch( scbol[i],
main.c 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1077 scbol = allocate_integer_array( current_max_scs );
flexdef.h 559 * scbol - set of rules active only at the beginning of line in a s.c.
565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
    [all...]
dfa.c 565 mkbranch( scbol[i / 2], scset[i / 2] );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 796 scbol[scon_stk[i]] =
797 mkbranch( scbol[scon_stk[i]],
809 scbol[i] = mkbranch( scbol[i],
    [all...]

Completed in 794 milliseconds