Searched refs:PWDNOD (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | variables.h | 34 #define PWDNOD (shgd->bltin_nodes+4) macro
|
/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 86 pwdnod = (shp->subshell?sh_assignok(PWDNOD,1):PWDNOD);
|
/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 248 cp = nv_getval(PWDNOD); 265 nv_offattr(PWDNOD,NV_NOFREE); 266 _nv_unset(PWDNOD,0); 267 PWDNOD->nvalue.cp = cp; 280 nv_offattr(PWDNOD,NV_NOFREE); 281 nv_putval(PWDNOD,cp,NV_RDONLY); 284 nv_onattr(PWDNOD,NV_NOFREE|NV_EXPORT); 285 shp->pwd = (char*)(PWDNOD->nvalue.cp);
|
H A D | subshell.c | 740 /* restore PWDNOD */ 741 Namval_t *pwdnod = sh_scoped(shp,PWDNOD); 760 if(PWDNOD->nvalue.cp==sp->shpwd) 761 PWDNOD->nvalue.cp = sp->pwd;
|
H A D | init.c | 1412 else if(cp = nv_getval(PWDNOD)) 2101 if(nv_isnull(PWDNOD) || nv_isattr(PWDNOD,NV_TAGGED)) 2103 nv_offattr(PWDNOD,NV_TAGGED);
|
H A D | name.c | 1502 if(np==PWDNOD)
|
Completed in 43 milliseconds