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

/ast/src/cmd/nmake/
H A Dread.c93 char* objfile; local
97 objfile = 0;
110 objfile = objectfile();
140 if (!objfile)
143 objfile = sfstruse(fp);
146 x = bindfile(NiL, objfile, 0);
H A Dobject.c766 * compile the current rules and variables into objfile
770 compile(char* objfile, char* select) argument
791 edit(sp, objfile, KEEP, KEEP, external.tmp);
1000 remove(objfile);
1001 if (rename(state.tmpfile, objfile))
1002 error(1, "%s: object file not recompiled", objfile);
1018 if (!tmxtouch(objfile, x, x, TMX_NOTIME, 0) && !stat(objfile, &st))
1021 tmxtouch(objfile, t, t, TMX_NOTIME, 0);
1025 r = bindfile(NiL, objfile, BIND_FORC
1423 load(register Sfio_t* sp, const char* objfile, int source, int ucheck) argument
[all...]

Completed in 16 milliseconds