Home
last modified time | relevance | path

Searched refs:tblend (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/flex/src/
H A Dtblcmp.c341 if (tblend < 2) in find_table_space()
347 i = tblend - numecs; in find_table_space()
425 tblend = 0; in inittbl()
426 firstfree = tblend + 1; in inittbl()
462 chk[tblend] = jamstate; in mkdeftbl()
465 nxt[tblend + i] = 0; in mkdeftbl()
469 jambase = tblend; in mkdeftbl()
474 tblend += numecs; in mkdeftbl()
605 tblend = MAX (tblend, tbllast); in mkentry()
627 if (firstfree > tblend) { in mk1tbl()
[all …]
H A Dgen.c249 base[lastdfa + 1] = tblend + 2; in mkctbl()
251 chk[tblend + 1] = numecs + 1; in mkctbl()
255 nxt[tblend + 2] = 0; in mkctbl()
269 for (i = 0; i <= tblend; ++i) { in mkctbl()
372 chk[tblend + 1] = numecs + 1; in genctbl()
376 nxt[tblend + 2] = 0; in genctbl()
408 transition_struct_out (chk[tblend + 1], nxt[tblend + 1]); in genctbl()
409 transition_struct_out (chk[tblend + 2], nxt[tblend + 2]); in genctbl()
1309 (tblend >= INT16_MAX in gentabs()
1394 tblend + 1); in gentabs()
[all …]
H A Dmain.c91 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
888 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend; in flexend()
896 tblend, current_max_xpairs, peakpairs); in flexend()
H A Dflexdef.h584 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,