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

  /external/webkit/Tools/android/flex-2.5.4a/
sym.c 212 scset = reallocate_integer_array( scset, current_max_scs );
246 scset[lastsc] = mkstate( SYM_EPSILON );
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],
dfa.c 438 dumpnfa( scset[1] );
562 nset[numstates] = scset[(i / 2) + 1];
565 mkbranch( scbol[i / 2], scset[i / 2] );
main.c 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1076 scset = allocate_integer_array( current_max_scs );
flexdef.h 558 * scset - set of rules active in start condition
565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 699 scset[i] = mkbranch( scset[i], def_rule );
833 scset[scon_stk[i]] =
834 mkbranch( scset[scon_stk[i]],
842 scset[i] =
843 mkbranch( scset[i],
    [all...]

Completed in 98 milliseconds