Searched refs:sh_scope (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 118 typedef struct sh_scope struct 120 struct sh_scope *par_scope; argument 128 struct sh_scope *self; argument
|
H A D | defs.h | 432 extern void sh_scope(Shell_t*, struct argnod*, int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 852 sh_scope(shp,(struct argnod*)0,0); in sh_coexec() 1166 sh_scope(shp,(struct argnod*)0,0); in sh_exec() 1373 sh_scope(shp,argp,0); in sh_exec() 3377 sh_scope(shp,envlist,1); in sh_funscope() 3947 sh_scope(shp,t->com.comset,0); in sh_ntfork()
|
H A D | name.c | 2362 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) in sh_scope() function
|