Searched refs:setalloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/join/
H A Djoin.c72 u_long setalloc; /* set allocated count */ member in struct:__anon121
281 if (F->setcnt == F->setalloc) {
282 cnt = F->setalloc;
283 F->setalloc += 50;
285 F->setalloc * sizeof(LINE))) == NULL)

Completed in 82 milliseconds