Searched refs:sh_scope (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h115 typedef struct sh_scope struct
117 struct sh_scope *par_scope;
125 struct sh_scope *self;
H A Ddefs.h422 extern void sh_scope(Shell_t*, struct argnod*, int);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h124 typedef struct sh_scope struct
126 struct sh_scope *par_scope;
134 struct sh_scope *self;
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h124 typedef struct sh_scope struct
126 struct sh_scope *par_scope;
134 struct sh_scope *self;
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h124 typedef struct sh_scope struct
126 struct sh_scope *par_scope;
134 struct sh_scope *self;
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h124 typedef struct sh_scope struct
126 struct sh_scope *par_scope;
134 struct sh_scope *self;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c813 sh_scope(shp,(struct argnod*)0,0);
1041 sh_scope(shp,(struct argnod*)0,0);
1240 sh_scope(shp,argp,0);
3167 sh_scope(shp,envlist,1);
3734 sh_scope(shp,t->com.comset,0);
H A Dname.c2212 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) function

Completed in 45 milliseconds