Searched refs:funload (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 58 static void funload(Shell_t*,int,const char*); 590 static void funload(Shell_t *shp,int fno, const char *name) in funload() function 595 int savestates = sh_getstate(), oldload=shp->funload; in funload() 626 shp->funload = 1; in funload() 642 shp->funload = oldload; in funload() 719 funload(shp,fno,name); in path_search() 882 funload(shp,f,name); in path_absolute()
|
H A D | xec.c | 2758 if(shp->funload) in sh_exec() 2779 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec() 2807 if(shp->funload) in sh_exec()
|
H A D | parse.c | 844 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 196 char funload; \
|