Searched refs:sh_assignok (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | cd_pwd.c | 85 opwdnod = (shp->subshell?sh_assignok(OLDPWDNOD,1):OLDPWDNOD); 86 pwdnod = (shp->subshell?sh_assignok(PWDNOD,1):PWDNOD);
|
H A D | typeset.c | 622 sh_assignok(np,1); 1024 np=sh_assignok(np,0);
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 364 extern Namval_t *sh_assignok(Namval_t*,int);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 246 Namval_t *sh_assignok(register Namval_t *np,int add) function 273 sh_assignok(mp,add); 328 sp->shpwd = 0; /* make sure sh_assignok doesn't save with nv_unset() */
|
H A D | array.c | 979 np = sh_assignok(np,1); 1023 np = sh_assignok(np,1); 1290 np = sh_assignok(np,1);
|
H A D | name.c | 1373 np = sh_assignok(np,1); 2235 np = sh_assignok(np,0);
|
Completed in 60 milliseconds