Searched refs:numecs (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dtblcmp.c51 * int state[numecs], statenum, totaltrans, comstate, comfreq;
108 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE))
109 mkentry(state, numecs, statenum, JAMSTATE, totaltrans);
192 mkentry(state, numecs, statenum,
196 mkentry(extrct[extptr], numecs, statenum,
240 peakpairs = numtemps * numecs + tblend;
247 nummecs = cre8ecs(tecfwd, tecbck, numecs);
249 nummecs = numecs;
260 for (j = 1; j <= numecs; ++j) {
261 trans = tnxt[numecs *
[all...]
H A Ddfa.c48 * void check_for_backing_up( int ds, int state[numecs] );
184 * dump_transitions( FILE *file, int state[numecs] );
465 /* Note that the test for ecgroup[0] == numecs below accomplishes
468 if (!fullspd && ecgroup[0] == numecs) {
472 int use_NUL_table = (numecs == csize);
475 /* We still may want to use the table if numecs
482 if (numecs == power_of_two) {
499 for (i = 0; i <= numecs; ++i)
509 * table, so build it for entries from 0 .. numecs - 1.
511 num_full_table_rows = numecs;
[all...]
H A Dgen.c223 ((tblend + numecs + 1) >= INT16_MAX
230 tbl->td_lolen = tblend + numecs + 1; /* number of structs */
263 chk[tblend + 1] = numecs + 1;
289 } else if (chk[i] > numecs || chk[i] == 0) {
352 out_dec("static yyconst struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1);
384 chk[tblend + 1] = numecs + 1;
410 else if (chk[i] > numecs || chk[i] == 0)
1273 yymeta_tbl->td_lolen = numecs + 1;
1282 out_str_dec(get_int32_decl(), "yy_meta", numecs + 1); local
1287 for (i = 1; i <= numecs;
[all...]
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable
849 tblsiz = lastdfa * numecs;
867 numtemps * numecs);
882 numecs, csize);
885 tblsiz = tblsiz + numecs;
1408 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst =
1640 numecs = cre8ecs(nextecm, ecgroup, csize);
1642 numecs = csize;
H A Dflexdef.h517 * numecs - number of equivalence classes
531 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;

Completed in 184 milliseconds