Searched refs:P_readonly (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A Drule.c403 if (r->property & (P_attribute|P_readonly))
886 if (x && !(n & P_readonly))
888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterule|P_statevar|P_target);
915 if (a == internal.readonly) return n & P_readonly;
924 if (a->property & n & ~(P_accept|P_attribute|P_ignore|P_internal|P_metarule|P_readonly|P_staterule|P_statevar|P_target))
1469 ATTR(attribute, ".ATTRIBUTE", P_readonly);
1486 ATTR(readonly, ".READONLY", P_readonly);
1535 INIT(globalfiles, ".GLOBALFILES", P_internal|P_readonly);
1538 INIT(internal, ".INTERNAL", P_internal|P_readonly);
1540 INIT(makefiles, ".MAKEFILES", P_internal|P_readonly);
[all...]
H A Dparse.c2337 att->rule.property |= P_readonly;
2430 joint->property |= P_joint|P_readonly|P_virtual;
2536 if ((r->property & P_readonly) || (r->property & P_staterule) && !istype(*(r->name + 1), C_ID1))
2542 error(2, "%s: %s atom cannot appear as target", r->name, (r->property & P_readonly) ? "readonly" : "staterule");
2545 else if (r->property & P_readonly)
2683 if (set.rule.property & P_readonly)
2684 r->property |= P_readonly;
H A Ddump.c210 if (r->property & P_readonly)
H A Dmetarule.c99 r->property |= P_readonly;
H A Dmake.h307 #define P_readonly (1L<<22) /* no user modifications */ macro
H A Dmake.c899 joint->property |= P_joint|P_readonly|P_virtual;
H A Dbind.c1775 r->property |= P_readonly;

Completed in 40 milliseconds