Searched refs:writeobject (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/nmake/
H A Dmain.c392 state.writeobject = state.writestate = "-";
712 if (state.compile && !state.virtualdot && state.writeobject)
H A Dobject.c1166 if (!state.objectfile && state.makefile && state.writeobject)
1170 if (streq(state.writeobject, "-") || !stat(state.writeobject, &st) && S_ISDIR(st.st_mode) && (dir = state.writeobject))
1173 expand(sp, state.writeobject);
1388 if (state.writeobject)
1397 if (state.writeobject)
H A Dread.c195 else if (state.writeobject)
H A Dmake.h856 char* writeobject; /* 0:nowrite or object file def */ member in struct:State_s
H A Doption.c246 { "writeobject", OPT_writeobject,(char*)&state.writeobject, 0,
1320 state.writeobject = s;

Completed in 46 milliseconds