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

/ast/src/cmd/nmake/
H A Dmake.h611 Rule_t* rebind; /* .REBIND rule pointer */ member in struct:Internal_s
1028 extern void rebind(Rule_t*, int);
H A Drule.c581 else if (r == internal.rebind || r == internal.accept)
586 rebind(p->rule, i);
1546 INIT(rebind, ".REBIND", P_immediate);
H A Dstate.c940 rebind(r, -1);
H A Dbind.c740 debug((-5, "%s rebind %s => %s", r->name, getbound(r->name), s));
745 debug((-5, "%s rebind %s => %s", x->name, getbound(x->name), s));
759 debug((-5, "no rebind for %s or %s", unbound(r), unbound(x)));
1615 * rebind rule r
1621 rebind(register Rule_t* r, register int op) function
1663 message((-2, "%s(%s) = %s", op > 0 ? "accept" : "rebind", r->name, timestr(r->time)));

Completed in 34 milliseconds