Searched defs:V_import (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
H A Dvariable.c535 if (state.mam.regress && state.user > 1 && (v->property & (V_import|V_local_E)) == V_import)
566 if (!p->value || (p->property & V_import) || n > p->length)
623 if (p->property & V_import)
625 p->property &= ~V_import;
643 p->property |= V_import;
649 if (state.user || state.readonly || undefined || !(p->property & V_readonly) && (!state.pushed && !(p->property & V_import) || state.global != 1 || (flags & V_import) || state.base && !state.init))
651 if (flags & V_import)
682 if (flags & V_import)
874 setvar(sfstruse(internal.nam), t, V_import); local
[all...]
H A Dmake.h129 #define freevar(v) do{(v)->property&=(V_free|V_import);*((char**)v)=internal.freevars;internal.freevars=(char*)(v);}while(0)
388 #define V_import (1<<3) /* imported from environment */ macro
406 #define V_CLEAROBJECT (~(V_auxiliary|V_builtin|V_functional|V_import|V_retain|V_scan|V_scope))

Completed in 15 milliseconds