Searched refs:path_chkpaths (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c57 static int path_chkpaths(Shell_t*,Pathcomp_t*,Pathcomp_t*,Pathcomp_t*,int);
344 if(path_chkpaths(shp,(Pathcomp_t*)0,(Pathcomp_t*)0,&pcomp,PATH_OFFSET))
398 path_chkpaths(shp,first,0,pp,offset);
1493 path_chkpaths(shp,first,old,pp,offset);
1501 static int path_chkpaths(Shell_t *shp,Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) function
1693 path_chkpaths(shp,first,(Pathcomp_t*)0,pp,offset);

Completed in 115 milliseconds