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

/ast/src/cmd/nmake/
H A Drule.c588 else if (r == internal.unbind)
594 hashwalk(table.rule, 0, unbind, r);
595 hashwalk(table.rule, 0, unbind, NiL);
1557 INIT(unbind, ".UNBIND", P_immediate);
H A Dmake.h618 Rule_t* unbind; /* .UNBIND rule pointer */ member in struct:Internal_s
1053 extern int unbind(const char*, char*, void*);
H A Dcommand.c326 unbind(NiL, (char*)r, NiL);
H A Dexpand.c2447 unbind(NiL, (char*)r, NiL);
H A Dbind.c192 * internal.unbind causes directory rescan
1673 unbind(const char* s, char* v, void* h) function
1679 message((-2, "unbind(%s)%s%s", r->name, h ? " check-alias" : null, s && streq(s, r->name) ? null : " diff-hash"));
1698 error(2, "%s: cannot unbind staterules", r->name);
H A DMakerules.mk1604 unbind $(<<)

Completed in 55 milliseconds