Searched refs:path_dirfind (Results 1 – 3 of 3) sorted by relevance
74 extern Pathcomp_t *path_dirfind(Pathcomp_t*,const char*,int);
416 …if(*cp=='/' && (pp=path_dirfind(sh.pathlist,cp,'/')) && (np=nv_search(begin,sh.track_tree,NV_ADD))) in ed_expand()
1736 Pathcomp_t *path_dirfind(Pathcomp_t *first,const char *name,int c) in path_dirfind() function