Searched refs:targetcontext (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A DSYSTEM.mk29 set targetcontext
H A Dcommand.c303 if (r || state.targetcontext && (!r || !r->time) && (st.st_mode = (S_IRWXU|S_IRWXG|S_IRWXO)) && tmxsetmtime(&st, state.start))
543 if (state.targetcontext && *(u = unbound(job->target)) != '/' && (s = strrchr(u, '/')))
648 if (state.targetcontext || state.maxview && !state.fsview && *job->target->name != '/' && (!(job->target->dynamic & D_regular) || job->target->view))
H A Dmetarule.c692 if (meta && (state.targetcontext || state.targetprefix) && (t = strrchr(u = unbound(r), '/')))
H A Dmake.h816 unsigned char targetcontext; /* expand in target dir context */ member in struct:State_s
H A Doption.c218 { "target-context",OPT_targetcontext,(char*)&state.targetcontext, 0,
H A Dbind.c1376 if (!found && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context))
H A Dparse.c2690 if (state.targetcontext && (s = strrchr(r->name, '/')))

Completed in 127 milliseconds