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

/ast/src/cmd/nmake/
H A Dmake.h1002 extern char* maprule(char*, Rule_t*);
H A Dbind.c368 r->name = maprule(r->name, r);
1490 r->name = maprule(b, r);
H A Dobject.c2017 maprule(r->name, r);
2072 r->uname = maprule(o->uname, r);
H A Dcommand.c136 r->name = maprule(t + 1, r);
H A Dmake.c232 u->name = maprule(s, u);
H A Drule.c180 maprule(char* s, Rule_t* r) function
198 error(1, "%d maprule() calls -- should not happen", UCHAR_MAX+1);

Completed in 36 milliseconds