Home
last modified time | relevance | path

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

/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dloadx.c262 funload(char *fname) { in funload() function
297 funload(fname); in unload()
305 funload(funcs->name); in loadx_cleanup()
/dports/shells/ksh93/ast-93u/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) in funload() function
591 int savestates = sh_getstate(), oldload=shp->funload; in funload()
622 shp->funload = 1; in funload()
638 shp->funload = oldload; in funload()
715 funload(shp,fno,name); in path_search()
878 funload(shp,f,name); in path_absolute()
H A Dxec.c2746 if(shp->funload) in sh_exec()
2767 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
2795 if(shp->funload) in sh_exec()
H A Dparse.c836 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
/dports/shells/ksh93-devel/ast-cc1bca27/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) in funload() function
591 int savestates = sh_getstate(), oldload=shp->funload; in funload()
622 shp->funload = 1; in funload()
638 shp->funload = oldload; in funload()
715 funload(shp,fno,name); in path_search()
878 funload(shp,f,name); in path_absolute()
H A Dxec.c2746 if(shp->funload) in sh_exec()
2767 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
2795 if(shp->funload) in sh_exec()
H A Dparse.c836 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dpath.c69 static_fn void funload(Shell_t *, int, const char *);
554 static_fn void funload(Shell_t *shp, int fno, const char *name) { in funload() function
558 int savestates = sh_getstate(shp), oldload = shp->funload; in funload()
584 shp->funload = 1; in funload()
599 shp->funload = oldload; in funload()
661 funload(shp, fno, name); in path_search()
824 funload(shp, fd, name); in path_absolute()
H A Dxec.c2205 if (shp->funload) { in sh_exec()
2212 calloc(1, sizeof(struct Ufunction) + (shp->funload ? sizeof(Dtlink_t) : 0)); in sh_exec()
2237 if (shp->funload) { in sh_exec()
H A Dparse.c773 calloc(1, sizeof(struct Ufunction) + (shp->funload ? sizeof(Dtlink_t) : 0))); in funct()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dpath.c55 static void funload(Shell_t*,int,const char*);
622 static void funload(Shell_t *shp,int fno, const char *name) in funload() function
627 int savestates = sh_getstate(shp), oldload=shp->funload; in funload()
659 shp->funload = 1; in funload()
675 shp->funload = oldload; in funload()
750 funload(shp,fno,name); in path_search()
947 funload(shp,f,name); in path_absolute()
H A Dxec.c2847 if(shp->funload) in sh_exec()
2856 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
2884 if(shp->funload) in sh_exec()
H A Dparse.c854 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h179 char funload; member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h194 char funload; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h194 char funload; \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h200 char funload; \