Searched refs:joint (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.c169 for (p = joint(r); p; p = p->next)
564 reason((1, "%s joint sibling %s is out of date", r->name, r1->name));
884 * check joint metarule targets
889 Rule_t* joint; local
895 message((-2, "check joint metarule targets"));
897 sfprintf(tmp, "%s.%s", internal.joint->name, unbound(r2));
898 joint = makerule(sfstruse(tmp));
899 joint->property |= P_joint|P_readonly|P_virtual;
906 x->prereqs->rule = joint;
910 x->prereqs = cons(joint,
[all...]
H A Dparse.c2077 Rule_t* joint; local
2408 joint = (set.rule.property & P_joint) ? internal.joint : 0;
2419 if (joint)
2427 if (joint == internal.joint)
2429 joint = catrule(internal.joint->name, ".", name, 1);
2430 joint->property |= P_joint|P_readonly|P_virtual;
2431 jointail = joint
[all...]
H A Dmake.h298 #define P_joint (1L<<15) /* pseudo for joint targets */
548 Rule_t* joint; /* .JOINT rule pointer */ member in struct:Internal_s
983 extern List_t* joint(Rule_t*);
H A Drule.c290 * return joint list pointer for r
291 * static single element list returned for non-joint target
295 joint(register Rule_t* r) function
937 if (a == internal.joint) return n & P_joint;
1479 ATTR(joint, ".JOINT", P_joint);
H A Ddump.c195 sfputr(sp, "joint", ' ');
367 sfputr(sp, internal.joint->name, ' ');

Completed in 55 milliseconds