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

/freebsd-9.3-release/usr.bin/lex/
H A Dnfa.c105 /* We probably should loop starting at firstst[state1] and going to
111 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
147 * states accessible by the arrays firstst and lastst
157 for ( i = firstst[mach]; i <= last; ++i )
180 firstst[init] = firstst[mach] + state_offset;
309 firstst[first] = MIN( firstst[first], firstst[last] );
607 firstst
[all...]
H A Dmain.c77 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
1062 firstst = allocate_integer_array( current_mns );
H A Dflexdef.h468 * firstst - physically the first state of a fragment
491 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;

Completed in 56 milliseconds