Home
last modified time | relevance | path

Searched refs:path_search (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dpath.h94 extern int path_search(const char*,Pathcomp_t**,int);
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dwhence.c223 if(path_search(name,&pp,2+(aflag>1))) in whence()
H A Dmisc.c243 path_search(script,NIL(Pathcomp_t**),0); in b_dot_cmd()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c677 int path_search(register const char *name,Pathcomp_t **oldpp, int flag) in path_search() function
H A Dxec.c888 if(path_search(com0,NIL(Pathcomp_t**),1)) in sh_exec()
1100 indx = path_search(com0,NIL(Pathcomp_t**),0); in sh_exec()