Searched refs:maprule (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | make.h | 1002 extern char* maprule(char*, Rule_t*);
|
H A D | bind.c | 368 r->name = maprule(r->name, r); 1490 r->name = maprule(b, r);
|
H A D | object.c | 2017 maprule(r->name, r); 2072 r->uname = maprule(o->uname, r);
|
H A D | command.c | 136 r->name = maprule(t + 1, r);
|
H A D | make.c | 232 u->name = maprule(s, u);
|
H A D | rule.c | 180 maprule(char* s, Rule_t* r) function 198 error(1, "%d maprule() calls -- should not happen", UCHAR_MAX+1);
|
Completed in 36 milliseconds