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

/ast/src/cmd/nmake/
H A Dread.c53 readfile(sfstruse(tmp), COMP_BASE|(state.explicitrules ? COMP_RULES : 0), NiL);
70 readfile(p->rule->name, COMP_GLOBAL, NiL);
421 readfile(register char* file, int type, char* filter) function
H A Dmain.c595 * readfile() handles the base and global rules
606 readfile(p->rule->name, COMP_FILE, NiL);
639 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
662 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
675 * this readfile() pulls in the default base rules
680 if (readfile("-", COMP_FILE, NiL))
H A Dmake.h1026 extern int readfile(char*, int, char*);
H A Drule.c673 readfile(x->name, i, action);

Completed in 29 milliseconds