Searched refs:PWDNOD (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | variables.h | 34 #define PWDNOD (shgd->bltin_nodes+4) macro
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | cd_pwd.c | 86 pwdnod = (shp->subshell?sh_assignok(PWDNOD,1):PWDNOD);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 252 cp = nv_getval(PWDNOD); 269 nv_offattr(PWDNOD,NV_NOFREE); 270 _nv_unset(PWDNOD,0); 271 PWDNOD->nvalue.cp = cp; 284 nv_offattr(PWDNOD,NV_NOFREE); 285 nv_putval(PWDNOD,cp,NV_RDONLY); 288 nv_onattr(PWDNOD,NV_NOFREE|NV_EXPORT); 289 shp->pwd = (char*)(PWDNOD->nvalue.cp);
|
H A D | subshell.c | 691 /* restore PWDNOD */ 692 Namval_t *pwdnod = sh_scoped(shp,PWDNOD); 704 if(PWDNOD->nvalue.cp==sp->shpwd) 705 PWDNOD->nvalue.cp = sp->pwd;
|
H A D | init.c | 1330 else if(cp = nv_getval(PWDNOD)) 2017 if(nv_isnull(PWDNOD) || nv_isattr(PWDNOD,NV_TAGGED)) 2019 nv_offattr(PWDNOD,NV_TAGGED);
|
H A D | name.c | 1419 if(np==PWDNOD)
|
Completed in 48 milliseconds