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

/ast/src/lib/libmam/
H A Dmam.h36 #define getvar(p,n) (struct var*)hashget((p)->vars,(n)) macro
H A Dmam.c392 if (!(v = getvar(pp, name)))
/ast/src/cmd/nmake/
H A Dvariable.c225 if (v = getvar(p->rule->name))
456 else if ((v = getvar(s)) || (t = strchr(s, ' ')))
471 if (!(v = getvar(s)) || !v->builtin)
480 if (v = getvar(r->name))
620 if (undefined = !(p = getvar(s)))
769 if (!(v = getvar(s)))
829 x = getvar(s);
H A Dmain.c426 if (v = getvar(external.nproc))
428 if ((v = getvar(external.pwd)) && !streq(v->value, internal.pwd))
515 if (v = getvar(s))
H A Dtrap.c317 v = getvar(r->name);
H A Dscan.c765 if (!(v = getvar(t)))
904 if (h && (v = getvar(w)) && (v->property & V_scan))
1669 if ((v = getvar(b)) && (v->property & V_scan))
H A Dcommand.c267 if ((v = getvar(r->name)) && *v->value)
611 if ((v = getvar(CO_ENV_ATTRIBUTES)) && !(v->property & V_import))
707 if (v = getvar(p->rule->name))
H A Dexpand.c2424 tst = !!getvar(s);
2427 tst = (!dobind || getvar(s)) && isintvar(s);
2430 tst = (!dobind || getvar(s)) && !isintvar(s);
H A Dstate.c465 if (!(v = getvar(s)) && force)
483 if (!(v = getvar(sfstruse(internal.nam))) && force)
H A Dparse.c256 if (!(v = getvar(t)))
2217 if (v = getvar(s))
2664 if (((set.rule.property|clr.rule.property) & P_functional) && !(r->property & P_state) && ((v = getvar(r->name)) || (v = setvar(r->name, null, 0))))
H A Dmake.h91 #define getvar(name) ((Var_t*)hashget(table.var,(name))) macro
H A Dobject.c1702 if ((state.exec || !state.base || state.compileonly) && (v->property & V_frozen) && (!(x = getvar(v->name)) && ((v->property & V_oldvalue) || (v->property & V_import) && *v->value) || x && ((x->property & (V_append|V_readonly)) == (V_append|V_readonly) || ((v->property|x->property) & (V_import|V_readonly)) && !streq(v->value, x->value)) || (v->property & V_functional)))
1729 if (!(x = getvar(v->name)) || !(x->property & (V_readonly|V_restored)) && (!(x->property & V_import) || !state.global))
H A Drule.c717 if (v = getvar(p->rule->name))
/ast/src/cmd/mam/
H A Dmamnew.c211 if (getvar(state.mam->main, s))
550 if (v = getvar(state.mam->main, "CCFLAGS"))
H A Dmamold.c161 if (getvar(state.mam->main, s))

Completed in 66 milliseconds