Searched refs:SH_LEVELNOD (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | variables.h | 88 #define SH_LEVELNOD (sh.bltin_nodes+58) macro
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 384 _nv_unset(SH_LEVELNOD,0); 385 nv_onattr(SH_LEVELNOD,NV_INT16|NV_NOFREE); 386 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16); 388 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST); 440 if(!SH_LEVELNOD->nvfun || !SH_LEVELNOD->nvfun->disc || nv_isattr(SH_LEVELNOD,NV_INT16|NV_NOFREE)!=(NV_INT16|NV_NOFREE)) 443 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16); 2697 struct Level *lp =(struct Level*)(SH_LEVELNOD->nvfun); 2706 SH_LEVELNOD [all...] |
H A D | subshell.c | 258 if(!sp->shpwd || (nv_isnull(np) && !add) || np==SH_LEVELNOD)
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | misc.c | 271 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16);
|
Completed in 89 milliseconds