Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.bin/lex/ |
| D | tblcmp.c | 375 i = firstfree; 414 firstfree = i + 1; 449 firstfree = tblend + 1; in inittbl() 578 baseaddr = firstfree; 639 if ( baseaddr == firstfree ) 641 for ( ++firstfree; chk[firstfree] != 0; ++firstfree ) 655 if ( firstfree < sym ) 656 firstfree = sym; 658 while ( chk[firstfree] != 0 ) 659 if ( ++firstfree >= current_max_xpairs ) [all …]
|
| D | flexdef.h | 611 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
|
| D | main.c | 97 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
|