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

/ast/src/cmd/nmake/
H A Dvariable.c158 if ((r->property & (P_functional|P_virtual)) && r->status != UPDATE)
461 if (!(v->property & V_functional) || (r = getrule(v->name)) && !(r->property & P_functional))
473 if (!(r = getrule(s)) || !(r->property & P_functional))
475 if (!r || !(r->property & P_functional))
H A Dtrap.c313 if (!(r->property & P_functional))
316 if (r->property & P_functional)
H A Ddump.c104 !(r->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_ignore|P_immediate|P_implicit|P_joint|P_local|P_make|P_multiple|P_operator|P_parameter|P_read|P_repeat|P_target|P_terminal|P_use|P_virtual)) && !((r->property & P_attribute) && r->attribute) && !r->semaphore))
184 if (r->property & P_functional)
364 if (r->property & P_functional)
H A Dmain.c240 if ((state.mam.level = level) > 0 && !state.hold && (r = internal.error) && (r->property & (P_functional|P_target)) == (P_functional|P_target) && !state.compileonly && !state.interrupt && (m = stakptr(0)) && (n = staktell()) > 0)
879 if (!state.hold && (r = internal.error) && (r->property & (P_target|P_functional)) == P_target)
H A Dcommand.c264 if (r->property & P_functional)
785 if (job->target->property & (P_functional|P_read))
1373 if (!state.jobs || (r->property & P_foreground) || (r->property & (P_make|P_functional)) == P_functional || (r->dynamic & D_hasmake))
1381 if (r->property & (P_functional|P_read))
1432 if (r->property & P_functional)
H A Drule.c274 if (r->property & (P_functional|P_metarule|P_operator|P_repeat|P_state))
934 if (a == internal.functional) return n & P_functional;
1063 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual);
1065 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual);
1198 to->property &= ~(from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_functional|P_ignore|P_immediate|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_target|P_terminal|P_use|P_virtual));
1475 ATTR(functional, ".FUNCTIONAL", P_functional);
H A Dmake.c139 * arg for P_functional
247 if ((r->property & P_attribute) || (r->property & P_functional) && !(r->active->stem = arg))
264 * arg for P_functional
284 if ((p & (P_force|P_repeat)) == (P_force|P_repeat) && (r->property & (P_functional|P_make)) == P_make)
818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit))
1097 else if ((r->property & (P_attribute|P_functional|P_ignore|P_target)) == P_target && (state.force || r0 && !r0->time))
H A Dmake.h93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time)
293 #define P_functional (1<<10) /* associated w/functional var */ macro
H A Dparse.c1181 if (state.frame->target->property & P_functional)
2664 if (((set.rule.property|clr.rule.property) & P_functional) && !(r->property & P_state) && ((v = getvar(r->name)) || (v = setvar(r->name, null, 0))))
2666 if (set.rule.property & P_functional)
3350 if (!(opr = getrule(alt)) || !(opr->property & (P_attribute|P_functional|P_immediate)))
3390 if (opr->property & P_functional)
H A Dscan.c295 else if (m = u->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_terminal|P_virtual))

Completed in 52 milliseconds