Searched refs:funload (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c55 static void funload(Shell_t*,int,const char*);
586 static void funload(Shell_t *shp,int fno, const char *name) function
591 int savestates = sh_getstate(), oldload=shp->funload;
622 shp->funload = 1;
638 shp->funload = oldload;
715 funload(shp,fno,name);
878 funload(shp,f,name);
H A Dxec.c2746 if(shp->funload)
2767 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0);
2795 if(shp->funload)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h194 char funload; \

Completed in 109 milliseconds