Searched defs:path_addcomp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c1414 static Pathcomp_t *path_addcomp(Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) function
1508 path_addcomp(first,old,stakptr(offset),PATH_FPATH|PATH_BFPATH);
1584 first = path_addcomp(first,old,".",type);
1593 first = path_addcomp(first,old,cp,type);

Completed in 87 milliseconds