Searched refs:statix (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.c129 if (r->view && a->active && !state.mam.statix)
188 if (u->active && !state.mam.statix)
200 if (u->active && !state.mam.statix)
230 if (u->active && !state.mam.statix)
496 if (state.mam.statix)
590 if (state.mam.statix)
841 sfprintf(mam, "%smeta %s %s %s %s\n", state.mam.label, mamname(r), r4->name, state.mam.statix ? localview(r2) : r2->name, stem);
1164 else if (state.exec || state.mam.statix)
H A Dmam.c102 if (state.mam.statix)
H A Dmain.c556 if (!state.mam.statix || *state.mam.label)
567 if (!state.mam.statix || *state.mam.label)
H A Dvariable.c206 if (state.mam.statix && (state.never || state.frame->target && !(state.frame->target->property & P_always)))
H A Dmake.h82 #define canon(x) ((state.context&&iscontextp(x,&state.tmppchar))?state.tmppchar:(state.mam.statix?mamcanon(x):pathcanon(x,0,0)))
761 unsigned char statix; /* static mam */ member in struct:Mam_s
H A Dbind.c189 if ((d = getdir(&id)) && state.alias && d->directory == (S_ISDIR(st.st_mode) != 0) && (!state.mam.statix || S_ISDIR(st.st_mode)))
1496 if (od && (s != name || state.mam.statix || (n = strlen(r->name)) < (i = strlen(s)) || r->name[n - i - 1] != '/' || !streq(s, r->name + n - i)))
2036 if (state.mam.statix)
H A Dcommand.c521 state.localview = state.mam.statix && !state.expandview && state.user && !(job->flags & CO_ALWAYS);
H A Drule.c1043 * it may need to be examined for cases other than (state.mam.statix)
1046 if (!state.exec && state.mam.statix && (from->dynamic & D_alias) && (to->property & P_terminal) && from->uname && to->uname && *from->name != '/' && *to->name == '/')

Completed in 40 milliseconds