Searched refs:ATTRCLEAR (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/nmake/
H A Dparse.c2248 * <ATTRCLEAR><attribute> clears the attribute
2251 if (((c = *s) == ATTRSET || c == ATTRCLEAR) && *(s + 1))
2279 if (c == ATTRCLEAR)
2297 if (c == ATTRCLEAR)
2464 *name = ATTRCLEAR;
H A Dmake.h67 #define ATTRCLEAR '-' /* prefix to clear an attribute */ macro
H A Dscan.c270 if (((t = *v) == ATTRSET || t == ATTRCLEAR) && *(v + 1))
H A Dbind.c1570 *x->name = ATTRCLEAR;

Completed in 33 milliseconds