Home
last modified time | relevance | path

Searched refs:PATH_BUILTIN_LIB (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dpath.h43 #define PATH_BUILTIN_LIB 0040 macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dpath.c1452 pp->flags |= PATH_BUILTIN_LIB; in path_addcomp()
1513 if(!(pp->flags & PATH_BUILTIN_LIB) || strchr(ep,'-')) in path_chkpaths()
1515 if ((pp->flags & (PATH_BUILTIN_LIB|PATH_STD_DIR)) == PATH_BUILTIN_LIB) in path_chkpaths()
1520 pp->flags |= PATH_BUILTIN_LIB; in path_chkpaths()