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

/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c45 unsigned long *refCount; member in struct:__anon3626
83 unsigned long *refCount;
118 preg->refCount = typeMalloc(unsigned long, 1);
120 *(preg->refCount) = 1;
143 pArg->refCount = typeMalloc(unsigned long, 1);
145 *(pArg->refCount) = 1;
209 *(ap->refCount) += 1;
234 if (--(*(ap->refCount)) == 0)
239 free(ap->refCount);
245 free(ap->refCount);
[all...]
H A Dllib-lform729 unsigned long *refCount;
H A Dllib-lformw735 unsigned long *refCount;
/freebsd-9.3-release/contrib/bmake/
H A Ddir.h83 int refCount; /* Number of paths with this directory */ member in struct:Path
H A Ddir.c281 dotLast->refCount = 1;
301 p->refCount += 1;
306 cur->refCount -= 1;
348 dot->refCount += 1;
369 cur->refCount -= 1;
372 dot->refCount -= 1;
373 dotLast->refCount -= 1;
1558 dotLast->refCount += 1;
1568 p->refCount += 1;
1580 p->refCount
[all...]
H A Dsuff.c165 int refCount; /* Reference count of list membership */ member in struct:_Suff
409 ((Suff *)sp)->refCount--;
438 if (s->refCount)
440 s->refCount);
469 if (s->refCount == 0) {
518 s->refCount++;
525 s->refCount++;
980 s->refCount = 1;
1199 s->refCount++;
1217 s->refCount
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dsuff.c140 int refCount; /* Reference count of list membership */ member in struct:Suff
311 s->refCount--;
348 s->refCount++;
353 s->refCount++;
707 s->refCount = 0;
910 suff->refCount++;
923 suff->refCount++;
1128 suff->refCount++;
1698 target->suff->refCount++;
1737 targ->suff->refCount
[all...]
H A Ddir.c180 int refCount; /* No. of paths with this directory */ member in struct:Dir
266 dot->refCount += 1;
1028 d->refCount += 1;
1046 d->refCount = 1;
1077 d->refCount += 1;
1103 ped->dir->refCount++;
1154 pe->dir->refCount--;
1156 if (pe->dir->refCount == 0) {
1188 p1->dir->refCount++;
1207 printf("# %-20s %10d\t%4d\n", d->name, d->refCount,
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h234 uint32_t refCount; member in class:llvm::ImutAVLTree
247 value(v), digest(0), refCount(0)
331 void retain() { ++refCount; }
333 assert(refCount > 0);
334 if (--refCount == 0)
486 if (N->isMutable() && N->refCount == 0)
630 if (TNew->refCount == 0)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp29 ++const_cast<ProgramState*>(state)->refCount;
34 assert(state->refCount > 0);
36 if (--s->refCount == 0) {
51 refCount(0) {
61 refCount(0) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h88 unsigned refCount; member in class:clang::ento::ProgramState

Completed in 118 milliseconds