Searched refs:path_chkpaths (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 60 static int path_chkpaths(Shell_t*,Pathcomp_t*,Pathcomp_t*,Pathcomp_t*,int); 347 if(path_chkpaths(shp,(Pathcomp_t*)0,(Pathcomp_t*)0,&pcomp,PATH_OFFSET)) in path_lib() 401 path_chkpaths(shp,first,0,pp,offset); in path_checkdup() 1500 path_chkpaths(shp,first,old,pp,offset); in path_addcomp() 1508 static int path_chkpaths(Shell_t *shp,Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) in path_chkpaths() function 1700 path_chkpaths(shp,first,(Pathcomp_t*)0,pp,offset); in path_newdir()
|