Searched refs:questionable (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/nmake/
H A Dmetarule.c270 if (!c && !(state.questionable & 0x00000100))
281 if (!x->action || (state.questionable & 0x00000100))
326 if (!x->action || (state.questionable & 0x00000100))
434 if (b != u && *u != '/' && *q->rule->name && ((state.questionable & 0x00000008) || !strchr(q->rule->name, '/')))
450 if ((s = bindfile(NiL, t, 0)) && s->status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) && m->action && !*m->action && (s = makerule(t)))
475 if ((s = bindfile(NiL, t, 0)) && s->status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) && m->action && !*m->action && (s = makerule(t)))
H A Dvariable.c51 if (r->scan == SCAN_IGNORE && !(state.questionable & 0x02000000))
351 e = (c == '>' && !(state.questionable & 0x01000000) && (z = staterule(RULE, r, NiL, -1))) ? z->time : r->time;
356 (!(r->property & P_archive) && (p->rule->time >= state.start || p->rule->time > e || !(z = staterule(RULE, p->rule, NiL, -1)) || !z->time || !(state.questionable & 0x01000000) && z->time > e) ||
H A Dbind.c387 if (!r->view && ((state.questionable & 0x00000800) || !(r->property & P_target)) && *s == '/' && (strncmp(s, internal.pwd, internal.pwdlen) || *(s + internal.pwdlen) != '/'))
683 if (!(state.questionable & 0x00001000))
736 if (!(state.questionable & 0x00002000))
1174 else if (!(state.questionable & 0x00000080))
1321 reassoc = !(state.questionable & 0x80000000);
1347 if (!(state.questionable & 0x00000004) && r != x && !r->time && !x->time && !(r->property & P_virtual))
1449 if ((state.questionable & 0x00000800) || !(r->property & P_target))
1467 if (!(state.questionable & 0x00001000) && aliased && !x && !streq(name, r->name))
1476 if (!(state.questionable & 0x00000040))
1537 if (!(state.questionable
[all...]
H A Dmake.c766 if (q && !(state.questionable & 0x00020000))
830 if ((r2 = metaget(r, r->active, stem, &r4)) && !(state.questionable & 0x00100000) && ((state.questionable & 0x00200000) || !(r->property & P_implicit)) && strchr(unbound(r), '/') && !strchr(r4->name, '/'))
988 if ((state.questionable & 0x00000010) && r->view > r->preview && !(r->property & P_accept) && (!(r4 = staterule(PREREQS, r, NiL, 0)) || !r4->time))
1090 if ((state.questionable & 0x00000010) && r->view > r->preview && !(r->property & P_accept) && (!(r4 = staterule(PREREQS, r, NiL, 0)) || !r4->time))
1115 if (errors && !(state.questionable & 0x00800000))
H A Dread.c412 if ((state.questionable & 0x00000400) || !state.global)
H A Dexpand.c1321 else if (!(state.questionable & 0x20000000) && !strchr(s, '/') && (t = strrchr(internal.pwd, '/')) && streq(s, t + 1))
1662 else if (!(state.questionable & 0x40000000) && !(flags & ORDER_prereqs) && (r->mark & (M_INIT|M_LHS|M_MUST|M_RHS|M_SKIP)) == M_RHS)
1779 if (((state.questionable & 0x10000000) || !(s = r->uname) || !(t = strrchr(r->name, '/')) || !streq(t+1, s)) && ((t = getbound(r->name)) || (s = r->uname) && (t = getbound(s))))
1790 s = (!(state.questionable & 0x00008000) && *r->name == '/') ? r->uname : (char*)0;
1792 if ((r->dynamic & D_alias) && !(state.questionable & 0x10000000))
2488 tst = (notfile(r) || !r->time && ((state.questionable & 0x04000000) || !(r->dynamic & D_triggered)) || r->status == IGNORE || state.exec && r->status != NOTYET && (x = staterule(RULE, r, NiL, 0)) && !x->time || (r->dynamic & (D_member|D_membertoo)) == D_member) ? 0 : 'F';
2626 if (r->action || (r->property & (P_archive|P_command)) || !(state.questionable & 0x00004000) && (r->dynamic & D_dynamic))
3106 if ((state.questionable & 0x00040000) && !(sep & LT))
3143 if (!(state.questionable & 0x00000200))
H A Dmake.h839 Flags_t questionable; /* questionable code enable bits*/ member in struct:State_s
H A Doption.c181 { "questionable", OPT_questionable,(char*)&state.questionable, 0,
182 "Enable questionable features defined by \amask\a. Questionable"
185 " The questionable \amask\a registry is in the \bmain.c\b \bnmake\b"
H A Drule.c592 if ((p->rule->dynamic & (D_bound|D_scanned)) && (!(p->rule->mark & M_bind) || (state.questionable & 0x02000000)))
H A Dobject.c2012 if (n && (o || (state.questionable & 0x00000020)))

Completed in 49 milliseconds