Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:firstfree

339 	/* Firstfree is the position of the first possible occurrence of two
368 i = firstfree;
404 * firstfree for the next call of find_table_space().
407 firstfree = i + 1;
432 * Initializes "firstfree" to be one beyond the end of the table. Initializes
442 firstfree = tblend + 1;
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 )