Searched refs:sh_envput (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 54 # define sh_envput(e,p) env_change() macro 405 extern void sh_envput(Env_t*, Namval_t*);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | misc.c | 136 sh_envput(shp->env,np);
|
H A D | read.c | 777 sh_envput(shp->env,np);
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 145 void sh_envput(Env_t* ep,Namval_t *np) function 1624 sh_envput(shp->env,np); 2005 sh_envput(shp->env,np); 2451 sh_envput(shp->env,nq); 3018 sh_envput(shp->env,np);
|
H A D | subshell.c | 359 sh_envput(sp->shp->env,mp);
|
Completed in 20 milliseconds