Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:nxt

144 	 * is.  The offset is base[nxt[i]] - (base of current state)].  That's
153 /* We need to have room in nxt/chk for two more slots: One for the
156 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
167 nxt[tblend + 1] = end_of_buffer_action;
172 nxt[tblend + 2] = 0;
184 nxt[offset - 1] = anum; /* action number */
193 transition_struct_out( 0, nxt[i] );
200 base[nxt[i]] - (i - chk[i]) );
205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] );
206 transition_struct_out( chk[tblend + 2], nxt[tblend + 2] );
1003 * If chk[i] is 0, then nxt[i] is undefined.
1005 if ( chk[i] == 0 || nxt[i] == 0 )
1006 nxt[i] = jamstate; /* new state is the JAM state */
1008 mkdata( nxt[i] );