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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c58 static void funload(Shell_t*,int,const char*);
618 static void funload(Shell_t *shp,int fno, const char *name) function
623 int savestates = sh_getstate(), oldload=shp->funload;
647 shp->funload = 1;
661 shp->funload = oldload;
738 funload(shp,fno,name);
849 funload(shp,f,name);

Completed in 77 milliseconds