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

/ast/src/cmd/nmake/
H A Dparse.c78 #define PUSHLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=(char*)p->oldv;}while(0)
79 #define POPLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=(char*)&p->newv;}while(0)
243 * if (flags & V_scope) then value survives PUSHLOCAL/POPLOCAL
263 else if (!(flags & V_scope))
288 p->newv.property &= ~(V_readonly|V_scope);
289 p->newv.property |= (v->property & (V_auxiliary|V_scan)) | (flags & V_scope);
2804 declare(s, NiL, n|V_scope);
H A Dmake.h401 #define V_scope (1<<14) /* scoped value */ macro
406 #define V_CLEAROBJECT (~(V_auxiliary|V_builtin|V_functional|V_import|V_retain|V_scan|V_scope))
H A Ddump.c486 if (v->property & V_scope)

Completed in 18 milliseconds