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

/freebsd-10-stable/contrib/flex/
H A Decs.c56 cclmec = ecgroup[ich];
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
308 /* We loop all the way up to csize, since ecgroup[csize] is
311 ecgroup[1] = NIL;
314 ecgroup[i] = i - 1;
324 ecgroup[i] = i;
1698 numecs = cre8ecs (nextecm, ecgroup, csize);
1703 ecgroup[0] = ecgroup[csize];
1704 NUL_ec = ABS (ecgroup[0]);
81 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
H A Dgen.c450 ecgroup[i] = ABS (ecgroup[i]);
451 tdata[i] = ecgroup[i];
471 ecgroup[i] = ABS (ecgroup[i]);
472 mkdata (ecgroup[i]);
485 readable_form (i), ecgroup[i]);
H A Ddfa.c198 ec = ABS (ecgroup[i]);
440 * ecgroup[NUL]), (2) NUL's equivalence class is the last
463 /* Note that the test for ecgroup[0] == numecs below accomplishes
466 if (!fullspd && ecgroup[0] == numecs) {
1006 else if (ABS (ecgroup[sym]) == transsym)
1053 int ec = ecgroup[tch];
H A Dparse.y702 ecgroup, csize, csize );
711 ecgroup, csize, csize );
732 nextecm, ecgroup, csize, csize );
H A Dnfa.c652 mkechar (sym ? sym : csize, nextecm, ecgroup);
H A Dflexdef.h557 * ecgroup - class number or backward link of EC members
569 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
573 * slots total (since the arrays are 0-based). nextecm[] and ecgroup[]
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c1464 ecgroup, csize, csize );
1473 ecgroup, csize, csize );
1495 nextecm, ecgroup, csize, csize );

Completed in 125 milliseconds