Lines Matching refs:firstfree
368 i = firstfree;
407 firstfree = i + 1;
442 firstfree = tblend + 1; in inittbl()
571 baseaddr = firstfree;
632 if ( baseaddr == firstfree )
634 for ( ++firstfree; chk[firstfree] != 0; ++firstfree )
648 if ( firstfree < sym )
649 firstfree = sym;
651 while ( chk[firstfree] != 0 )
652 if ( ++firstfree >= current_max_xpairs )
655 base[state] = firstfree - sym;
657 chk[firstfree] = state;
658 nxt[firstfree] = onenxt;
660 if ( firstfree > tblend )
662 tblend = firstfree++;
664 if ( firstfree >= current_max_xpairs )