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

/ast/src/cmd/nmake/
H A Dmetarule.c473 if (isstatevar(t) && (s = getrule(t)) && (s = bindstate(s, NiL)))
606 if (s && (s = bindstate(s, NiL)))
H A Dmake.h939 extern Rule_t* bindstate(Rule_t*, char*);
H A Dbind.c1599 if (b = bindstate(r, NiL))
1658 if (!(r->dynamic & D_bound) && !(r = bindstate(r, NiL)))
H A Dstate.c831 bindstate(register Rule_t* r, register char* val) function
838 error(PANIC, "bindstate(%s) called for non-state rule", r->name);

Completed in 25 milliseconds