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

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 259 trans = tnxt[numecs * i + j];
723 * of the template in the tnxt[] array. The final transition table
735 tnxt = reallocate_integer_array( tnxt,
741 tnxt[tmpbase + i] = 0;
745 tnxt[tmpbase + i] = comstate;
751 mkprot( tnxt + tmpbase, -numtemps, comstate );
main.c 89 int lastdfa, *nxt, *chk, *tnxt; variable
1097 tnxt = allocate_integer_array( current_max_template_xpairs );
flexdef.h 578 * tnxt - internal nxt table for templates
602 extern int lastdfa, *nxt, *chk, *tnxt;
    [all...]

Completed in 36 milliseconds