Home
last modified time | relevance | path

Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/lex/
Dtblcmp.c375 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 …]
Dflexdef.h611 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
Dmain.c97 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable