Searched refs:sh_macfun (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 381 extern int sh_macfun(Shell_t*,const char*,int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 419 extern int sh_macfun(Shell_t*,const char*,int);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 76 …p->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset =… in scope()
|
H A D | macro.c | 972 int sh_macfun(Shell_t *shp, const char *name, int offset) in sh_macfun() function 1242 if(sh_macfun(mp->shp,id,offset)) in varsub()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 82 if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell())) in scope()
|
H A D | macro.c | 1030 int sh_macfun(Shell_t *shp, const char *name, int offset) in sh_macfun() function 1331 if(sh_macfun(mp->shp,id,offset)) in varsub()
|