Searched refs:getbound (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | bind.c | 738 if ((!x->uname || x->uname[0] != '.' && x->uname[1] != '.' && x->uname[2] != '/') && ((s = getbound(x->name)) || x->uname && (s = getbound(x->uname)))) 740 debug((-5, "%s rebind %s => %s", r->name, getbound(r->name), s)); 743 else if ((!r->uname || r->uname[0] != '.' && r->uname[1] != '.' && r->uname[2] != '/') && ((s = getbound(r->name)) || r->uname && (s = getbound(r->uname)))) 745 debug((-5, "%s rebind %s => %s", x->name, getbound(x->name), s));
|
H A D | make.h | 85 #define getbound(name) ((char*)hashget(table.bound,(name))) macro 94 #define oldname(r) do{if(getbound(r->uname))putbound(0,0);if(r->dynamic&D_alias)r->dynamic&=~D_alias;else putrule(r->name,0);r->name=r->uname;r->uname=0;}while(0)
|
H A D | command.c | 583 if (*b == '/' || (u = getbound(b)) && *u == '/')
|
Completed in 24 milliseconds