Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | tblcmp.c | 369 i = firstfree; in find_table_space() 406 firstfree = i + 1; in find_table_space() 443 firstfree = tblend + 1; in inittbl() 566 baseaddr = firstfree; in mkentry() 624 for (++firstfree; chk[firstfree] != 0; ++firstfree); in mkentry() 637 if (firstfree < sym) in mk1tbl() 638 firstfree = sym; in mk1tbl() 646 chk[firstfree] = state; in mk1tbl() 647 nxt[firstfree] = onenxt; in mk1tbl() 649 if (firstfree > tblend) { in mk1tbl() [all …]
|
H A D | flexdef.h | 589 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|
H A D | main.c | 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
|