Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c55 static void funload(Shell_t*,int,const char*);
629 static void funload(Shell_t *shp,int fno, const char *name) in funload() function
634 int savestates = sh_getstate(), oldload=shp->funload; in funload()
657 shp->funload = 1; in funload()
662 shp->funload = oldload; in funload()
736 funload(shp,fno,name); in path_search()
843 funload(shp,f,name); in path_absolute()
H A Dxec.c2060 if(shp->funload) in sh_exec()
2069 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
2094 if(shp->funload) in sh_exec()
/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h169 char funload; \