Searched defs:envlist (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 2344 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) argument 2353 if(envlist) 2357 nv_setlist(envlist,NV_EXPORT|NV_NOSCOPE|NV_IDENT|NV_ASSIGN,0);
|
H A D | xec.c | 1136 if(shp->envlist = argp = t->com.comset) 1213 shp->envlist = argp; 3326 struct argnod *envlist=0; local 3356 envlist = fp->env; 3360 sh_scope(shp,envlist,1); 3471 static void sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg) argument 3507 fun.env = envlist; 3663 char *arglist[3], *envlist[2], devfd[12], *cp; local 3665 envlist[0] = "_=" SH_ID; 3666 envlist[ [all...] |
Completed in 127 milliseconds