Searched refs:PWDNOD (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dvariables.h34 #define PWDNOD (shgd->bltin_nodes+4) macro
/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c86 pwdnod = (shp->subshell?sh_assignok(PWDNOD,1):PWDNOD);
/ast/src/cmd/ksh93/sh/
H A Dpath.c248 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 Dsubshell.c740 /* 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 Dinit.c1412 else if(cp = nv_getval(PWDNOD))
2101 if(nv_isnull(PWDNOD) || nv_isattr(PWDNOD,NV_TAGGED))
2103 nv_offattr(PWDNOD,NV_TAGGED);
H A Dname.c1502 if(np==PWDNOD)

Completed in 43 milliseconds