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

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
187 JAMSTATE, totaltrans );
293 mkentry( tmp, nummecs, lastdfa + i + 1, JAMSTATE, totaltrans );
471 jamstate = lastdfa + 1;
480 chk[tblend] = jamstate;
485 chk[tblend + i] = jamstate;
490 base[jamstate] = jambase;
491 def[jamstate] = 0;
507 * "JAMSTATE", then no attempt will be made to fit zero entries of "state"
509 * "JAMSTATE" they will be taken care of. In any case, entries in "state
    [all...]
gen.c 581 jamstate );
717 out_dec( "yy_is_jam = (yy_current_state == %d);\n", jamstate );
960 if ( base[i] == JAMSTATE )
963 if ( d == JAMSTATE )
964 def[i] = jamstate;
982 def[i] = jamstate;
1006 nxt[i] = jamstate; /* new state is the JAM state */
    [all...]
flexdef.h 213 #define JAMSTATE -32766 /* marks a reference to the state that always jams */
596 * jamstate - state number corresponding to "jam" state
610 extern int numsnpairs, jambase, jamstate;
    [all...]
dfa.c 736 stack1( ds, 0, 0, JAMSTATE );

Completed in 36 milliseconds