Home
last modified time | relevance | path

Searched refs:SH_LEVELNOD (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dvariables.h88 #define SH_LEVELNOD (sh.bltin_nodes+58) macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c384 _nv_unset(SH_LEVELNOD,0); in init_level()
385 nv_onattr(SH_LEVELNOD,NV_INT16|NV_NOFREE); in init_level()
386 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16); in init_level()
388 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST); in init_level()
440 …if(!SH_LEVELNOD->nvfun || !SH_LEVELNOD->nvfun->disc || nv_isattr(SH_LEVELNOD,NV_INT16|NV_NOFREE)!=… in sh_debug()
443 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16); in sh_debug()
2697 struct Level *lp =(struct Level*)(SH_LEVELNOD->nvfun); in sh_funct()
2706 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
2730 if(level-- != nv_getnum(SH_LEVELNOD)) in sh_funct()
2736 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
H A Dsubshell.c258 if(!sp->shpwd || (nv_isnull(np) && !add) || np==SH_LEVELNOD) in sh_assignok()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmisc.c271 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16); in b_dot_cmd()