Searched refs:sh_macexpand (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 380 extern int sh_macexpand(Shell_t*,struct argnod*,struct argnod**,int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 418 extern int sh_macexpand(Shell_t*,struct argnod*,struct argnod**,int);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 867 count = sh_macexpand(shp,argp,argchain,flag); in arg_expand()
|
H A D | macro.c | 192 int sh_macexpand(Shell_t* shp, register struct argnod *argp, struct argnod **arghead,int flag) in sh_macexpand() function 412 sh_macexpand(shp,arg,NIL(struct argnod**),flags|ARG_ARRAYOK); in sh_macpat()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 873 count = sh_macexpand(shp,argp,argchain,flag); in arg_expand()
|
H A D | macro.c | 202 int sh_macexpand(Shell_t* shp, register struct argnod *argp, struct argnod **arghead,int flag) in sh_macexpand() function 424 sh_macexpand(shp,arg,NIL(struct argnod**),flags|ARG_ARRAYOK); in sh_macpat()
|