Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dvariables.h88 #define SH_LEVELNOD (shgd->bltin_nodes+58) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c489 _nv_unset(SH_LEVELNOD,0); in init_level()
490 nv_onattr(SH_LEVELNOD,NV_INT16|NV_NOFREE); in init_level()
492 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16); in init_level()
494 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST); in init_level()
547 …if(!SH_LEVELNOD->nvfun || !SH_LEVELNOD->nvfun->disc || nv_isattr(SH_LEVELNOD,NV_INT16|NV_NOFREE)!=… in sh_debug()
550 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16); in sh_debug()
3495 struct Level *lp =(struct Level*)(SH_LEVELNOD->nvfun); in sh_funct()
3505 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
3532 if(level-- != nv_getnum(SH_LEVELNOD)) in sh_funct()
3538 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
H A Dsubshell.c257 if(!sp || !sp->shpwd || np==SH_LEVELNOD || np==L_ARGNOD || np==SH_SUBSCRNOD || np==SH_NAMENOD) in sh_assignok()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c272 nv_putval(SH_LEVELNOD,(char*)&level,NV_INT16); in b_dot_cmd()