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

/ast/src/lib/libdss/
H A Dcxeval.c138 sp->refs = (sp-1)->refs = 0;
142 r.refs = 0;
157 if (!so->refs && (f = cxcallout(cx, CX_DEL, so->type, cx->state->type_void, disc)) && (*f)(cx, pc, &r, NiL, so, data, disc))
164 if (expr->reclaim && !sp->refs && (f = cxcallout(cx, CX_DEL, sp->type, cx->state->type_void, disc)))
H A Dcxcomp.c501 * r->refs == 1 if identifier has :: library binding
507 r->refs = 0;
526 if (c != ':' || r->refs)
533 r->refs = 1;
558 if (a.refs)
565 a.refs = 0;
H A Dcx.h318 int refs; /* reference count */ member in struct:Cxoperand_s
H A Dcxopen.c2169 a.refs = 0;
2176 b.refs = 0;
/ast/src/lib/libexpr/
H A Dexlib.h155 Exref_t* refs; /* . reference list */ member in struct:Exstate_s
H A Dexparse.y1041 $$ = expr.refs = expr.lastref = 0;
1056 expr.refs = r;
1061 $$ = expr.refs;
H A DOexparse.c1988 exval.reference = expr.refs = expr.lastref = 0;
2005 expr.refs = r;
2010 exval.reference = expr.refs;
/ast/src/cmd/html/
H A Dhtmlrefs.c172 struct List_s* refs; member in struct:File_s
404 for (lp = fp->refs; lp && lp->file != ref; lp = lp->next);
410 lp->next = fp->refs;
411 fp->refs = lp;
499 * process refs in path
503 refs(register State_t* state, const char* path, register Sfio_t* ip, File_t* ref) function
1058 refs(state, fp->name, ip, fp);
1238 if (state->dependents && fp->refs)
1242 for (lp = fp->refs; lp; lp = lp->next)
/ast/src/lib/libast/regex/
H A Dreglib.h546 int refs; /* regcomp()+regdup() references*/ member in struct:reglib_s
H A Dregcomp.c3409 p->env->refs = 1;
3561 p->env->refs++;
H A Dregnexec.c2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE))
/ast/src/cmd/dsslib/flat/
H A Dflat.c1498 r->refs = x->refs;

Completed in 68 milliseconds