Searched refs:lastfree (Results 1 – 2 of 2) sorted by relevance
300 t->lastfree = gnode(t, size); /* all positions are free */ in setnodevector()388 while (t->lastfree > t->node) { in getfreepos()389 t->lastfree--; in getfreepos()390 if (ttisnil(gkey(t->lastfree))) in getfreepos()391 return t->lastfree; in getfreepos()
567 Node *lastfree; /* any free position is before this position */ member