Searched refs:sh_fsearch (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 531 np = sh_fsearch(shp,name,NV_ADD|HASH_NOSCOPE); 546 np = sh_fsearch(shp,name,HASH_NOSCOPE); 1135 np = sh_fsearch(shp,name,nflag?HASH_NOSCOPE:0);
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 443 extern Namval_t *sh_fsearch(Shell_t*,const char *,int);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 988 if(shp->namespace && (mp=sh_fsearch(shp,np->nvname,0))) 1016 np = sh_fsearch(shp,com0,0); 1147 if(!shp->namespace || !(np=sh_fsearch(shp,com0,0))) 1364 np = sh_fsearch(shp,com0,0); 2543 np = sh_fsearch(shp,fname,NV_ADD|HASH_NOSCOPE);
|
H A D | nvdisc.c | 1427 Namval_t *sh_fsearch(Shell_t *shp, const char *fname, int add) function
|
H A D | path.c | 653 np = sh_fsearch(shp,name,0);
|
Completed in 41 milliseconds