Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h75 extern Pathcomp_t *path_dirfind(Pathcomp_t*,const char*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c434 …if(*cp=='/' && (pp=path_dirfind(ep->sh->pathlist,cp,'/')) && (np=nv_search(begin,ep->sh->track_tre… in ed_expand()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c1756 Pathcomp_t *path_dirfind(Pathcomp_t *first,const char *name,int c) in path_dirfind() function