Searched defs:objectfile (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
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))
H A Dmake.h849 char* objectfile; /* make object file name */ member in struct:State_s
1014 extern char* objectfile(void);

Completed in 16 milliseconds