Searched refs:path_addcomp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 1414 static Pathcomp_t *path_addcomp(Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) in path_addcomp() function 1508 path_addcomp(first,old,stakptr(offset),PATH_FPATH|PATH_BFPATH); in path_chkpaths() 1584 first = path_addcomp(first,old,".",type); in path_addpath() 1593 first = path_addcomp(first,old,cp,type); in path_addpath()
|