Home
last modified time | relevance | path

Searched refs:sh_fsearch (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c41 if((shp->namespace && sh_fsearch(shp,s,0)) || nv_search(s,shp->fun_tree,0)) in infof()
H A Dtypeset.c577 np = sh_fsearch(shp,name,NV_ADD|HASH_NOSCOPE); in setall()
592 np = sh_fsearch(shp,name,HASH_NOSCOPE); in setall()
1217 np = sh_fsearch(shp,name,nflag?HASH_NOSCOPE:0); in unall()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h453 extern Namval_t *sh_fsearch(Shell_t*,const char *,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1052 if(mp = sh_fsearch(shp,com[0],0)) in sh_exec()
1111 if(shp->namespace && (mp=sh_fsearch(shp,np->nvname,0))) in sh_exec()
1139 np = sh_fsearch(shp,com0,0); in sh_exec()
1281 if(!shp->namespace || !(np=sh_fsearch(shp,com0,0))) in sh_exec()
1509 np = sh_fsearch(shp,com0,0); in sh_exec()
2741 np = sh_fsearch(shp,fname,NV_ADD|HASH_NOSCOPE); in sh_exec()
H A Dnvdisc.c1489 Namval_t *sh_fsearch(Shell_t *shp, const char *fname, int add) in sh_fsearch() function
H A Dpath.c633 np = sh_fsearch(shp,name,0); in funload()