Searched refs:ATTRSET (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.h66 #define ATTRSET '+' /* prefix to set an attribute */ macro
H A Dscan.c270 if (((t = *v) == ATTRSET || t == ATTRCLEAR) && *(v + 1))
H A Dparse.c2247 * <ATTRSET><attribute> sets the attribute
2251 if (((c = *s) == ATTRSET || c == ATTRCLEAR) && *(s + 1))

Completed in 28 milliseconds