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

/ast/src/cmd/nmake/
H A Dmain.c724 if (state.exec && state.objectfile)
726 message((-2, "compiling makefile input into %s", state.objectfile));
727 compile(state.objectfile, NiL);
H A Dread.c110 objfile = objectfile();
H A Dmake.h849 char* objectfile; /* make object file name */ member in struct:State_s
1014 extern char* objectfile(void);
H A Dobject.c1160 objectfile(void) function
1166 if (!state.objectfile && state.makefile && state.writeobject)
1174 state.objectfile = strdup(sfstruse(sp));
1177 return state.objectfile;
1566 if (state.exec && streq(objfile, state.objectfile))

Completed in 68 milliseconds