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

/ast/src/cmd/nmake/
H A Dparse.c50 #define OP_AUXILIARY (1<<5) /* auxiliary assignment */ macro
1668 op = OP_ASSIGN|OP_EXPAND|OP_AUXILIARY;
2782 r->name = (op & OP_APPEND) ? "+=" : (op & OP_AUXILIARY) ? "&=" : (op & OP_STATE) ? "==" : "=";
2798 if (op & OP_AUXILIARY)

Completed in 22 milliseconds