Home
last modified time | relevance | path

Searched refs:funload (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c58 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 Dxec.c2758 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 Dparse.c844 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 Ddefs.h196 char funload; \