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

Lines Matching refs:nxt

309 	nxt = reallocate_integer_array( nxt, current_max_xpairs );
340 * consecutive unused records in the chk and nxt arrays.
347 * nxt and chk.
352 * chk/nxt, which should be 1.
358 * chk/nxt arrays.
409 /* Check to see if all elements in chk (and therefore nxt)
479 nxt[tblend] = end_of_buffer_state;
484 nxt[tblend + i] = 0;
498 /* mkentry - create base/def and nxt/chk entries for transition array
560 * table at the end of the nxt/chk tables, we must make sure that we
563 * the nxt array with one and a low-valued character will access
628 nxt[tblbase + i] = state[i];
658 nxt[firstfree] = onenxt;
803 * find_table_space() knows that this position in chk/nxt is taken
814 /* Place the state into chk and nxt. */
821 nxt[position + i] = *state_ptr;