Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dtblcmp.c239 peakpairs = numtemps * numecs + tblend; in cmptmps()
250 while (lastdfa + numtemps + 1 >= current_max_dfas) in cmptmps()
255 for (i = 1; i <= numtemps; ++i) { in cmptmps()
444 numtemps = 0; in inittbl()
495 ++numtemps; in mkdeftbl()
704 ++numtemps; in mktemplate()
714 tmpbase = numtemps * numecs; in mktemplate()
736 mkprot(tnxt + tmpbase, -numtemps, comstate); in mktemplate()
744 mkentry(tmp, numecs, statenum, -numtemps, numdiff); in mktemplate()
H A Dmain.c80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable
847 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend; in flexend()
851 lastdfa + numtemps, current_max_dfas); in flexend()
859 numtemps * nummecs, in flexend()
861 numtemps * numecs); in flexend()
868 numtemps, tmpuses); in flexend()
H A Dflexdef.h512 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dgen.c1305 total_states = lastdfa + numtemps; in gentabs()