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

  /src/usr.bin/make/
suff.c 180 int refCount;
248 suff->refCount++;
257 (*var)->refCount--;
259 suff->refCount++;
267 (*var)->refCount--;
363 suff->refCount--;
379 if (suff->refCount != 0)
380 Punt("Internal error deleting suffix `%s' with refcount = %d",
381 suff->name, suff->refCount);
397 if (suff->refCount == 0)
    [all...]
dir.c 218 int refCount;
279 dir->refCount = 0;
293 dir->refCount++;
297 dir, dir->refCount, dir->name);
306 dir->refCount--;
310 dir, dir->refCount, dir->name);
313 if (dir->refCount > 0)
358 DEBUG2(DIR, "OpenDirs_Done: refCount %d for \"%s\"\n",
359 dir->refCount, dir->name);
1642 dir->refCount, dir->hits, dir->name)
    [all...]

Completed in 12 milliseconds