Searched defs:rebind (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | bind.c | 740 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)));
|
H A D | make.h | 611 Rule_t* rebind; /* .REBIND rule pointer */ member in struct:Internal_s 1028 extern void rebind(Rule_t*, int);
|
Completed in 15 milliseconds