Searched refs:tnxt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dtblcmp.c252 trans = tnxt[numecs * i + j];
695 * of the template in the tnxt[] array. The final transition table
707 tnxt = reallocate_integer_array (tnxt,
713 tnxt[tmpbase + i] = 0;
716 tnxt[tmpbase + i] = comstate;
722 mkprot (tnxt + tmpbase, -numtemps, comstate);
H A Dmain.c90 int lastdfa, *nxt, *chk, *tnxt;
1756 tnxt = allocate_integer_array (current_max_template_xpairs);
89 int lastdfa, *nxt, *chk, *tnxt; variable
H A Dflexdef.h602 * tnxt - internal nxt table for templates
626 extern int lastdfa, *nxt, *chk, *tnxt;

Completed in 116 milliseconds