Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h94 extern Pathcomp_t *path_nextcomp(Shell_t*,Pathcomp_t*,const char*,Pathcomp_t*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c411 Pathcomp_t *path_nextcomp(Shell_t *shp,register Pathcomp_t *pp, const char *name, Pathcomp_t *last) in path_nextcomp() function
521 pp = path_nextcomp(shp,oldpp=pp,name,0); in path_opentype()
694 path_nextcomp(shp,pp,name,pp); in path_search()
754 pp = path_nextcomp(shp,pp,name,0); in path_absolute()
1031 pp = path_nextcomp(shp,pp,arg0,0); in path_exec()
1038 pp = path_nextcomp(shp,pp,arg0,0); in path_exec()
1778 path_nextcomp(pp->shp,pp,nv_name(np),pp); in talias_get()
1811 path_nextcomp(pp->shp,pp,nv_name(np),pp); in path_alias()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c132 cdpath = path_nextcomp(shp,cdpath,dir,0); in b_cd()