Searched refs:lastst (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/flex/dist/src/
H A Dnfa.c107 * lastst[state1], but they're not maintained properly when we "or"
112 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
147 * states accessible by the arrays firstst and lastst
154 int last = lastst[mach];
179 lastst[init] = lastst[mach] + state_offset;
324 lastst[first] = MAX (lastst[first], lastst[last]);
604 lastst
[all...]
H A Dflexdef.h453 * lastst - last physical state of fragment
478 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
H A Dmain.c79 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
1732 lastst = allocate_integer_array (current_mns);
78 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
H A Dparse.y384 if ( transchar[lastst[$2]] != SYM_EPSILON )
H A Dinitparse.c1181 if ( transchar[lastst[yystack.l_mark[0]]] != SYM_EPSILON )

Completed in 85 milliseconds