Searched refs:sh_argreset (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 363 extern void sh_argreset(Shell_t*,struct dolnod*,struct dolnod*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 399 extern void sh_argreset(Shell_t*,struct dolnod*,struct dolnod*);
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | misc.c | 302 sh_argreset(shp,argsave,saveargfor); in b_dot_cmd()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | misc.c | 305 sh_argreset(shp,(struct dolnod*)argsave,saveargfor); in b_dot_cmd()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 560 void sh_argreset(Shell_t *shp,struct dolnod *blk, struct dolnod *afor) in sh_argreset() function
|
H A D | init.c | 1396 sh_argreset(shp,shp->arglist,NIL(struct dolnod*)); in sh_reinit()
|
H A D | xec.c | 2660 sh_argreset(shp,argsav,saveargfor); in sh_funscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 569 void sh_argreset(Shell_t *shp,struct dolnod *blk, struct dolnod *afor) in sh_argreset() function
|
H A D | init.c | 1671 sh_argreset(shp,shp->arglist,NIL(struct dolnod*)); in sh_reinit()
|
H A D | xec.c | 3457 sh_argreset(shp,argsav,saveargfor); in sh_funscope()
|