Searched refs:sh_argfree (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 465 sh_argfree(ap->sh,ap->dolh,0); 481 struct dolnod *sh_argfree(Shell_t *shp, struct dolnod *blk,int flag) function 563 while(ap->argfor=sh_argfree(shp,ap->argfor,0));
|
H A D | subshell.c | 789 sh_argfree(shp,argsav,0);
|
H A D | xec.c | 2366 sh_argfree(shp,argsav,0);
|
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 390 extern struct dolnod *sh_argfree(Shell_t *, struct dolnod*,int);
|
Completed in 19 milliseconds