HomeSort by: relevance | last modified time | path
    Searched defs:setalloc (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/join/
join.c 89 u_long setalloc; /* set allocated count */ member in struct:__anon1dd7fe7d0208
319 if (F->setcnt == F->setalloc) {
320 cnt = F->setalloc;
321 if (F->setalloc == 0)
324 nsize = F->setalloc << 1;
327 F->setalloc = nsize;
329 (F->setalloc - cnt) * sizeof(LINE));
join.c 89 u_long setalloc; /* set allocated count */ member in struct:__anon1dd7fe7d0208
319 if (F->setcnt == F->setalloc) {
320 cnt = F->setalloc;
321 if (F->setalloc == 0)
324 nsize = F->setalloc << 1;
327 F->setalloc = nsize;
329 (F->setalloc - cnt) * sizeof(LINE));

Completed in 85 milliseconds