Home
last modified time | relevance | path

Searched refs:PATH_BFPATH (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dpath.h41 #define PATH_BFPATH 0010 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h42 #define PATH_BFPATH 0010 macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmain.c100 #ifdef PATH_BFPATH
323 #ifdef PATH_BFPATH in sh_main()
H A Dpath.c1418 if(!(flag&PATH_BFPATH)) in path_addcomp()
1508 path_addcomp(first,old,stakptr(offset),PATH_FPATH|PATH_BFPATH); in path_chkpaths()
1647 if((next=pp->next) && (next->flags&PATH_BFPATH)) in path_newdir()
1708 if((pp->flags&PATH_FPATH) && !(pp->flags&PATH_BFPATH)) in path_unsetfpath()
H A Dio.c2402 #ifdef PATH_BFPATH in sh_pathopen()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c86 #ifdef PATH_BFPATH
309 #ifdef PATH_BFPATH in sh_main()
H A Dpath.c1459 if(!(flag&PATH_BFPATH)) in path_addcomp()
1550 path_addcomp(shp,first,old,stakptr(offset),PATH_FPATH|PATH_BFPATH); in path_chkpaths()
1667 if((next=pp->next) && (next->flags&PATH_BFPATH)) in path_newdir()
1728 if((pp->flags&PATH_FPATH) && !(pp->flags&PATH_BFPATH)) in path_unsetfpath()
H A Dio.c2725 #ifdef PATH_BFPATH in sh_pathopen()