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

/ast/src/cmd/nmake/
H A Ddump.c455 if (v->property & V_auxiliary)
491 if ((v->property & V_auxiliary) && (v = auxiliary(v->name, 0)))
H A Dmake.h397 #define V_auxiliary (1<<10) /* auxiliary &= assignment */ macro
406 #define V_CLEAROBJECT (~(V_auxiliary|V_builtin|V_functional|V_import|V_retain|V_scan|V_scope))
H A Dparse.c289 p->newv.property |= (v->property & (V_auxiliary|V_scan)) | (flags & V_scope);
2799 n |= V_auxiliary;

Completed in 25 milliseconds