Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtblcmp.c239 nummecs = numecs; in cmptmps()
251 trans = tnxt[numecs * i + j]; in cmptmps()
347 i = tblend - numecs; in find_table_space()
442 tecfwd[numecs] = NIL; in inittbl()
474 tblend += numecs; in mkdeftbl()
664 tblbase = numecs * (slot - 1); in mkprot()
666 for (i = 1; i <= numecs; ++i) in mkprot()
690 tmpbase = numtemps * numecs; in mktemplate()
702 for (i = 1; i <= numecs; ++i) in mktemplate()
784 tblend = position + numecs; in place_state()
[all …]
H A Ddfa.c456 if (!fullspd && ecgroup[0] == numecs) { in ntod()
460 int use_NUL_table = (numecs == csize); in ntod()
466 if (numecs <= csize && is_power_of_2(numecs)) { in ntod()
482 for (i = 0; i <= numecs; ++i) in ntod()
494 num_full_table_rows = numecs; in ntod()
501 num_full_table_rows = numecs + 1; in ntod()
599 for (i = 1; i <= numecs; ++i) in ntod()
612 for (sym = 1; sym <= numecs; ++sym) { in ntod()
1019 dupfwd[numecs] = NIL; in sympartition()
1044 duplist, numecs, NUL_ec); in sympartition()
[all …]
H A Dgen.c213 ((tblend + numecs + 1) >= INT16_MAX in mkctbl()
220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl()
251 chk[tblend + 1] = numecs + 1; in mkctbl()
280 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl()
342 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1); in genctbl()
372 chk[tblend + 1] = numecs + 1; in genctbl()
397 else if (chk[i] > numecs || chk[i] == 0) in genctbl()
1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs()
1274 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs()
1279 for (i = 1; i <= numecs; ++i) { in gentabs()
[all …]
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
882 tblsiz = lastdfa * numecs; in flexend()
902 numtemps * numecs); in flexend()
917 numecs, csize); in flexend()
921 tblsiz = tblsiz + numecs; in flexend()
1447 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = in flexinit()
1708 numecs = cre8ecs (nextecm, ecgroup, csize); in readin()
1710 numecs = csize; in readin()
H A Dflexdef.h526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;