Searched refs:ATTRNAME (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/nmake/
H A Dvariable.c295 if (*s == ATTRNAME && !r->active && !(r->dynamic & D_cached) && strmatch(s, internal.issource))
H A Dparse.c2246 * <ATTRNAME><attribute> names (and sets) the attribute
2253 *s = ATTRNAME;
2443 if (*name == ATTRNAME)
2446 if (*s == ATTRNAME && s > (name + 1) && (c = *++s))
2459 if (*s != '%' || *(s + 1) != ATTRNAME || !(x = getrule(s + 1)) || !(x->property & P_attribute))
2466 *name = ATTRNAME;
H A Drule.c27 * the attribute names defined in this file must agree with ATTRNAME
882 attrname = *a->name == ATTRNAME;
1236 if (!(p->rule->property & P_attribute) && p->rule->name[0] == '%' && p->rule->name[1] == ATTRNAME && (a = getrule(p->rule->name + 1)) && (a->property & P_attribute))
H A Dmake.h65 #define ATTRNAME '.' /* prefix to name an attribute */ macro
H A Dscan.c272 *v = ATTRNAME;
H A Dbind.c1573 *x->name = ATTRNAME;

Completed in 129 milliseconds