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

/ast/src/cmd/nmake/
H A Dmetarule.c139 register int targetprefix; local
143 targetprefix = state.targetprefix ? *state.targetprefix : -1;
157 else if (*s == targetprefix)
159 x = state.targetprefix;
197 if (state.targetprefix)
200 while ((p = strchr(b, targetprefix)) && p < s)
202 x = state.targetprefix;
692 if (meta && (state.targetcontext || state.targetprefix)
[all...]
H A Dmake.h853 char* targetprefix; /* target prefix dir separator */ member in struct:State_s

Completed in 32 milliseconds