Searched refs:P_virtual (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/nmake/
H A Dmam.c170 if ((r->property & (P_joint|P_target)) == (P_joint|P_target) && r->prereqs->rule->prereqs->rule == r && mampush(sp, r->prereqs->rule, flags|P_joint|P_virtual) && !(r->prereqs->rule->property & P_target))
175 mampop(sp, r->prereqs->rule, flags|P_joint|P_virtual);
187 , (flags & P_virtual) && !(r->property & P_state) && ((r->property & P_virtual) || !(r->dynamic & (D_entries|D_member|D_membertoo|D_regular)) && (!s || !s->time)) ? " virtual" : s && (s->dynamic & D_built) ? " generated" : null
206 if (r->property & (P_make|P_state|P_virtual))
H A Dmake.c30 #define PREVIEW(r,x) do{if(r->preview>x->preview&&(r->scan&&r->scan==x->scan||!r->scan&&!((r->property|x->property)&P_virtual)))r->preview=x->preview;}while(0)
289 a->property |= P_internal|P_virtual;
407 r2->property |= P_virtual;
498 mampop(mam, r, P_virtual);
631 if (!(r->property & P_virtual))
726 r1->property |= P_virtual;
760 r1->property |= P_virtual;
780 if (!(q->rule->property & P_virtual))
794 if (!(q->rule->property & P_virtual) && (q->rule->mark & M_mark))
818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual))
[all...]
H A Dstate.c175 if (v->time == r->time || accept || r->view == view || (r->property & (P_state|P_use|P_virtual)) || state.believe && view >= (state.believe - 1))
337 if (!tstbit(*b, i = (r->property & (P_statevar|P_use|P_virtual)) && state.targetview > 0 ? state.targetview : r->view) && (!s || !s->time || (r->property & P_statevar) || !(k = statetimeq(r, s))))
339 if (!(r->property & (P_statevar|P_use|P_virtual)) && !(r->dynamic & D_bound) && !(r->mark & M_bind) && (s && s->time || !s && state.compile >= COMPILED))
361 if (!(r->property & (P_statevar|P_use|P_virtual)) || state.targetview < 0)
855 r->property |= P_virtual;
856 else if (r->property & P_virtual)
1011 else if (r->property & P_virtual)
1163 if (!skip && (s->time != ((r->property & P_virtual) ? r->time : tmxgetmtime(&st)) || zerostate && s->time))
1166 s->time = zerostate ? 0 : (r->property & P_virtual) ? r->time : tmxgetmtime(&st);
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))
220 if (r->property & P_virtual)
399 if (r->property & P_virtual)
H A Drule.c535 if ((r->status == EXISTS || r->status == FAILED) && !(r->property & P_virtual))
947 if (a == internal.virt) return n & P_virtual;
970 if (a == internal.file) return (n & D_bound) && !(r->property & (P_state|P_virtual)) && r->time;
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));
1491 ATTR(virt, ".VIRTUAL", P_virtual);
1545 INIT(query, ".QUERY", P_immediate|P_multiple|P_virtual);
H A Dvariable.c88 else if (sp && (all || ((x->property & P_state) || x->scan || (y = staterule(PREREQS, x, NiL, 0)) && y->scan || !r->scan) && !(x->property & (P_use|P_virtual)) && (!(x->property & P_ignore) || (x->property & P_parameter)) && (!(x->property & P_dontcare) || x->time)))
158 if ((r->property & (P_functional|P_virtual)) && r->status != UPDATE)
H A Dcommand.c145 if (!(r->property & P_virtual))
650 if ((state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual)))
662 if (!(job->target->property & (P_attribute|P_virtual)))
937 if (n = cojob && (state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual)))
1438 if (!(r->property & (P_state|P_virtual)))
1448 if ((r->property & (P_state|P_virtual)) != (P_state|P_virtual))
H A Dbind.c898 if ((r->property & P_state) || (r->property & P_virtual) && !(flags & BIND_FORCE))
1347 if (!(state.questionable & 0x00000004) && r != x && !r->time && !x->time && !(r->property & P_virtual))
1349 r->property |= P_virtual;
1592 switch (r->property & (P_state|P_virtual))
1606 case P_virtual:
1984 if ((r->dynamic & D_bound) && !(r->property & (P_state|P_virtual)) && *r->name != '/')
2013 if (state.context && !(r->property & (P_state|P_virtual)))
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))
606 maketop(r, P_virtual, NiL);
1768 if ((r->property & (P_attribute|P_state|P_virtual)) || !(r->dynamic & D_regular))
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)
315 #define P_virtual (1L<<30) /* target is not a file */ macro
H A Dparse.c2430 joint->property |= P_joint|P_readonly|P_virtual;

Completed in 51 milliseconds