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

  /external/webkit/Tools/android/flex-2.5.4a/
parse.y 83 int *scon_stk;
159 scon_stk = allocate_integer_array( lastsc + 1 );
228 scbol[scon_stk[i]] =
229 mkbranch( scbol[scon_stk[i]],
264 scset[scon_stk[i]] =
265 mkbranch( scset[scon_stk[i]],
291 scon_stk[++scon_stk_ptr] = i;
322 if ( scon_stk[j] == i )
326 scon_stk[++scon_stk_ptr] = i;
351 if ( scon_stk[i] == scnum
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 85 int *scon_stk; variable
415 if ( sceof[scon_stk[i]] )
418 scname[scon_stk[i]] );
422 sceof[scon_stk[i]] = true;
424 scname[scon_stk[i]] );
726 scon_stk = allocate_integer_array( lastsc + 1 );
796 scbol[scon_stk[i]] =
797 mkbranch( scbol[scon_stk[i]],
833 scset[scon_stk[i]] =
834 mkbranch( scset[scon_stk[i]]
    [all...]

Completed in 56 milliseconds