Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dtblcmp.c369 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 Dflexdef.h589 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
H A Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable