Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dpath.h74 extern Pathcomp_t *path_dirfind(Pathcomp_t*,const char*,int);
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c416 …if(*cp=='/' && (pp=path_dirfind(sh.pathlist,cp,'/')) && (np=nv_search(begin,sh.track_tree,NV_ADD))) in ed_expand()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dpath.c1736 Pathcomp_t *path_dirfind(Pathcomp_t *first,const char *name,int c) in path_dirfind() function