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

/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c47 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
49 nv_local=0;
66 nv_local=1;
81 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
83 nv_local=0;
97 nv_local = 1;
126 if((fp=nfp) != NIL(Namfun_t*) && !nv_local)
128 nv_local=0;
154 nv_local=1;
167 #define BLOCKED ((Namval_t*)&nv_local)
[all...]
H A Dname.c111 char nv_local = 0; variable
1017 nv_local = 1;
1603 int was_local = nv_local;
1614 if(shp->subshell && !nv_local && !(flags&NV_RDONLY))
1619 if(!nv_local)
1621 nv_local=1;
1630 nv_local=0;
2548 if(!nv_local)
2550 nv_local=1;
2552 nv_local
[all...]
/ast/src/cmd/ksh93/include/
H A Dname.h230 extern char nv_local;

Completed in 28 milliseconds