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

  /external/webkit/Tools/android/flex-2.5.4a/
sym.c 233 action_define( str, lastsc );
235 if ( ++lastsc >= current_max_scs )
238 scname[lastsc] = copy_string( str );
240 if ( addsym( scname[lastsc], (char *) 0, lastsc,
246 scset[lastsc] = mkstate( SYM_EPSILON );
247 scbol[lastsc] = mkstate( SYM_EPSILON );
248 scxclu[lastsc] = xcluflg;
249 sceof[lastsc] = false;
parse.y 128 for ( i = 1; i <= lastsc; ++i )
159 scon_stk = allocate_integer_array( lastsc + 1 );
239 for ( i = 1; i <= lastsc; ++i )
271 for ( i = 1; i <= lastsc; ++i )
289 for ( i = 1; i <= lastsc; ++i )
317 for ( i = 1; i <= lastsc; ++i )
gen.c 213 lastsc * 2 + 1 );
216 for ( i = 0; i <= lastsc * 2; ++i )
    [all...]
main.c 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
502 fprintf( stderr, _( " %d/%d start conditions\n" ), lastsc,
830 lastccl = lastsc = lastdfa = lastnfa = 0;
flexdef.h 556 * lastsc - last start condition created
565 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
    [all...]
dfa.c 551 num_start_states = lastsc * 2;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 698 for ( i = 1; i <= lastsc; ++i )
726 scon_stk = allocate_integer_array( lastsc + 1 );
807 for ( i = 1; i <= lastsc; ++i )
840 for ( i = 1; i <= lastsc; ++i )
859 for ( i = 1; i <= lastsc; ++i )
889 for ( i = 1; i <= lastsc; ++i )
    [all...]

Completed in 124 milliseconds