Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 358 i = firstfree; in find_table_space() 394 firstfree = i + 1; in find_table_space() 429 firstfree = tblend + 1; in inittbl() 549 baseaddr = firstfree; in mkentry() 604 if (baseaddr == firstfree) in mkentry() 606 for (++firstfree; chk[firstfree] != 0; ++firstfree) ; in mkentry() 618 if (firstfree < sym) in mk1tbl() 619 firstfree = sym; in mk1tbl() 621 while (chk[firstfree] != 0) in mk1tbl() 622 if (++firstfree >= current_max_xpairs) in mk1tbl() [all …]
|
| H A D | flexdef.h | 593 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|
| H A D | main.c | 94 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
|