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

Lines Matching refs:nxt

223 /* Maximum number of nxt/chk pairs for non-templates. */
227 /* Maximum number of nxt/chk pairs needed for templates. */
282 * fit the transition table into "holes" inside the nxt/chk table.
576 * nxt - state to enter upon reading character
577 * chk - check value to see if "nxt" applies
578 * tnxt - internal nxt table for templates
579 * base - offset into "nxt" for given state
580 * def - where to go if "chk" disallows "nxt" entry
583 * tblend - last "nxt/chk" table entry being used
584 * firstfree - first empty entry in "nxt/chk" table
602 extern int lastdfa, *nxt, *chk, *tnxt;
633 * nummt - number of empty nxt/chk table entries
1027 extern void expand_nxt_chk PROTO((void)); /* increase nxt/chk arrays */