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

/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c119 int refcount; member in struct:Service_s
177 if(--sp->refcount==0)
193 sp->refcount++;
389 if(--sp->refcount<=0)
440 sp->refcount = 1;
/ast/src/cmd/ksh93/include/
H A Dpath.h56 int refcount; member in struct:pathcomp
/ast/src/cmd/std/
H A Dpss.h136 int refcount; member in struct:Pssent_s
H A Dpss-getprocs.c191 pe->refcount = pr->pi_thcount;
H A Dpss-kvm.c247 pe->refcount = state->px->e_xccount;
H A Dpss-procfs.c360 pe->refcount = pr->pr_refcount;
H A Dpss-ps.c275 pe->refcount = number(s, &e, 10);
H A Dps.c393 "refcount",
721 n = pp->ps->refcount;
915 n = pr->refcount;
/ast/src/cmd/ksh93/sh/
H A Dpath.c298 if(--pp->refcount<=0)
1475 pp->refcount = 1;
1641 pp->refcount++;
1663 if(--next->refcount<=0)
1733 if(--ppsave->refcount<=0)
1781 if(--pp->refcount<=0)
1802 pp->refcount++;

Completed in 31 milliseconds