Home
last modified time | relevance | path

Searched refs:sh_scope (Results 1 – 12 of 12) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h112 typedef struct sh_scope struct
114 struct sh_scope *par_scope; argument
122 struct sh_scope *self; argument
H A Ddefs.h391 extern void sh_scope(Shell_t*, struct argnod*, int);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h118 typedef struct sh_scope struct
120 struct sh_scope *par_scope; argument
128 struct sh_scope *self; argument
H A Ddefs.h432 extern void sh_scope(Shell_t*, struct argnod*, int);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h121 typedef struct sh_scope struct
123 struct sh_scope *par_scope; argument
131 struct sh_scope *self; argument
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h121 typedef struct sh_scope struct
123 struct sh_scope *par_scope; argument
131 struct sh_scope *self; argument
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h121 typedef struct sh_scope struct
123 struct sh_scope *par_scope; argument
131 struct sh_scope *self; argument
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h121 typedef struct sh_scope struct
123 struct sh_scope *par_scope; argument
131 struct sh_scope *self; argument
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c786 sh_scope(shp,(struct argnod*)0,0); in sh_exec()
981 sh_scope(shp,argp,0); in sh_exec()
2589 sh_scope(shp,envlist,1); in sh_funscope()
3143 sh_scope(shp,t->com.comset,0); in sh_ntfork()
H A Dname.c2047 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) in sh_scope() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c852 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 Dname.c2362 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) in sh_scope() function