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

/ast/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);

Completed in 12 milliseconds