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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c45 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
47 nv_local=0;
64 nv_local=1;
78 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
80 nv_local=0;
94 nv_local = 1;
119 if((fp=nfp) != NIL(Namfun_t*) && !nv_local)
121 nv_local=0;
145 nv_local=1;
158 #define BLOCKED ((Namval_t*)&nv_local)
[all...]
H A Dname.c104 char nv_local = 0; variable
868 nv_local = 1;
1364 int was_local = nv_local;
1372 if(sh.subshell && !nv_local)
1377 if(!nv_local)
1379 nv_local=1;
1388 nv_local=0;
2240 if(!nv_local)
2242 nv_local=1;
2244 nv_local
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h208 extern char nv_local;

Completed in 83 milliseconds