Lines Matching refs:firstfree
355 i = firstfree; in find_table_space()
391 firstfree = i + 1; in find_table_space()
426 firstfree = tblend + 1; in inittbl()
546 baseaddr = firstfree; in mkentry()
601 if (baseaddr == firstfree) in mkentry()
603 for (++firstfree; chk[firstfree] != 0; ++firstfree) ; in mkentry()
615 if (firstfree < sym) in mk1tbl()
616 firstfree = sym; in mk1tbl()
618 while (chk[firstfree] != 0) in mk1tbl()
619 if (++firstfree >= current_max_xpairs) in mk1tbl()
622 base[state] = firstfree - sym; in mk1tbl()
624 chk[firstfree] = state; in mk1tbl()
625 nxt[firstfree] = onenxt; in mk1tbl()
627 if (firstfree > tblend) { in mk1tbl()
628 tblend = firstfree++; in mk1tbl()
630 if (firstfree >= current_max_xpairs) in mk1tbl()