Home
last modified time | relevance | path

Searched refs:sh_argreset (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Ddefs.h363 extern void sh_argreset(Shell_t*,struct dolnod*,struct dolnod*);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h399 extern void sh_argreset(Shell_t*,struct dolnod*,struct dolnod*);
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmisc.c302 sh_argreset(shp,argsave,saveargfor); in b_dot_cmd()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c305 sh_argreset(shp,(struct dolnod*)argsave,saveargfor); in b_dot_cmd()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dargs.c560 void sh_argreset(Shell_t *shp,struct dolnod *blk, struct dolnod *afor) in sh_argreset() function
H A Dinit.c1396 sh_argreset(shp,shp->arglist,NIL(struct dolnod*)); in sh_reinit()
H A Dxec.c2660 sh_argreset(shp,argsav,saveargfor); in sh_funscope()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c569 void sh_argreset(Shell_t *shp,struct dolnod *blk, struct dolnod *afor) in sh_argreset() function
H A Dinit.c1671 sh_argreset(shp,shp->arglist,NIL(struct dolnod*)); in sh_reinit()
H A Dxec.c3457 sh_argreset(shp,argsav,saveargfor); in sh_funscope()