Searched refs:nextecm (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | main.c | 82 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 D | parse.y | 703 ccllen[ccldot], nextecm, 712 ccllen[cclany], nextecm, 734 nextecm, ecgroup, csize, csize );
|
H A D | nfa.c | 649 mkechar (sym ? sym : csize, nextecm, ecgroup); in mkstate()
|
H A D | flexdef.h | 526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 1461 ccllen[ccldot], nextecm, in YYPARSE_DECL() 1470 ccllen[cclany], nextecm, in YYPARSE_DECL() 1493 nextecm, ecgroup, csize, csize ); in YYPARSE_DECL()
|