Home
last modified time | relevance | path

Searched refs:nextecm (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/flex/src/
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
299 nextecm[i - 1] = i; in check_options()
302 nextecm[csize] = NIL; in check_options()
309 nextecm[i] = BAD_SUBSCRIPT; /* to catch errors */ in check_options()
1708 numecs = cre8ecs (nextecm, ecgroup, csize); in readin()
H A Dparse.y703 ccllen[ccldot], nextecm,
712 ccllen[cclany], nextecm,
734 nextecm, ecgroup, csize, csize );
H A Dparse.c2177 ccllen[ccldot], nextecm, in yyparse()
2186 ccllen[cclany], nextecm, in yyparse()
2211 nextecm, ecgroup, csize, csize ); in yyparse()
H A Dnfa.c649 mkechar (sym ? sym : csize, nextecm, ecgroup); in mkstate()
H A Dflexdef.h524 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;