Home
last modified time | relevance | path

Searched refs:ecgroup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c85 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
298 ecgroup[1] = NIL; in check_options()
301 ecgroup[i] = i - 1; in check_options()
311 ecgroup[i] = i; in check_options()
1711 numecs = cre8ecs (nextecm, ecgroup, csize); in readin()
1716 ecgroup[0] = ecgroup[csize]; in readin()
1717 NUL_ec = ABS (ecgroup[0]); in readin()
H A Dgen.c455 ecgroup[i] = ABS (ecgroup[i]); in mkecstbl()
456 tdata[i] = ecgroup[i]; in mkecstbl()
476 ecgroup[i] = ABS (ecgroup[i]); in genecs()
477 mkdata (ecgroup[i]); in genecs()
490 readable_form (i), ecgroup[i]); in genecs()
H A Ddfa.c190 ec = ABS (ecgroup[i]); in dump_transitions()
457 if (!fullspd && ecgroup[0] == numecs) { in ntod()
988 else if (ABS (ecgroup[sym]) == transsym) in symfollowset()
1033 int ec = ecgroup[tch]; in sympartition()
H A Dparse.y707 ecgroup, csize, csize );
716 ecgroup, csize, csize );
737 nextecm, ecgroup, csize, csize );
H A Decs.c55 cclmec = ecgroup[ich]; in ccl2ecl()
H A Dinitparse.c1497 ecgroup, csize, csize ); in YYPARSE_DECL()
1506 ecgroup, csize, csize ); in YYPARSE_DECL()
1527 nextecm, ecgroup, csize, csize ); in YYPARSE_DECL()
H A Dnfa.c652 mkechar (sym ? sym : csize, nextecm, ecgroup); in mkstate()
H A Dflexdef.h535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;