Home
last modified time | relevance | path

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

/freebsd/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 Dnfa.c649 mkechar (sym ? sym : csize, nextecm, ecgroup); in mkstate()
H A Dflexdef.h526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
/freebsd/usr.bin/lex/
H A Dinitparse.c1461 ccllen[ccldot], nextecm, in YYPARSE_DECL()
1470 ccllen[cclany], nextecm, in YYPARSE_DECL()
1493 nextecm, ecgroup, csize, csize ); in YYPARSE_DECL()