Home
last modified time | relevance | path

Searched refs:V_scope (Results 1 – 9 of 9) sorted by relevance

/dports/shells/ksh93/ast-93u/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…
79 #define POPLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=…
263 else if (!(flags & V_scope)) in declare()
288 p->newv.property &= ~(V_readonly|V_scope); in declare()
289 p->newv.property |= (v->property & (V_auxiliary|V_scan)) | (flags & V_scope); in declare()
2804 declare(s, NiL, n|V_scope); in assignment()
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) in listvar()
/dports/shells/ksh93-devel/ast-cc1bca27/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…
79 #define POPLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=…
263 else if (!(flags & V_scope)) in declare()
288 p->newv.property &= ~(V_readonly|V_scope); in declare()
289 p->newv.property |= (v->property & (V_auxiliary|V_scan)) | (flags & V_scope); in declare()
2804 declare(s, NiL, n|V_scope); in assignment()
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) in listvar()
/dports/shells/ast-ksh/ast-ksh93v/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…
79 #define POPLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=…
263 else if (!(flags & V_scope)) in declare()
288 p->newv.property &= ~(V_readonly|V_scope); in declare()
289 p->newv.property |= (v->property & (V_auxiliary|V_scan)) | (flags & V_scope); in declare()
2804 declare(s, NiL, n|V_scope); in assignment()
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) in listvar()