Home
last modified time | relevance | path

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

/dragonfly/contrib/flex/src/
H A Dtblcmp.c229 peakpairs = numtemps * numecs + tblend; in cmptmps()
241 while (lastdfa + numtemps + 1 >= current_max_dfas) in cmptmps()
246 for (i = 1; i <= numtemps; ++i) { in cmptmps()
427 numtemps = 0; in inittbl()
475 ++numtemps; in mkdeftbl()
681 ++numtemps; in mktemplate()
690 tmpbase = numtemps * numecs; in mktemplate()
714 mkprot (tnxt + tmpbase, -numtemps, comstate); in mktemplate()
721 mkentry (tmp, numecs, statenum, -numtemps, numdiff); in mktemplate()
H A Dmain.c80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable
888 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend; in flexend()
892 lastdfa + numtemps, current_max_dfas); in flexend()
900 numtemps * nummecs, in flexend()
902 numtemps * numecs); in flexend()
909 numtemps, tmpuses); in flexend()
H A Dflexdef.h505 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dgen.c1300 total_states = lastdfa + numtemps; in gentabs()