Home
last modified time | relevance | path

Searched refs:FS_EXEC_ONLY (Results 1 – 5 of 5) sorted by relevance

/dports/misc/gwhich/which-2.21/
H A Dbash.h6 #define FS_EXEC_ONLY 0x8 macro
/dports/shells/bash/bash-5.1/
H A Dfindcmd.c519 if ((flags & FS_EXISTS) || ((flags & FS_EXEC_ONLY) && (st & FS_EXECABLE)))
566 if ((status & FS_EXECABLE) && (flags & (FS_EXEC_ONLY|FS_EXEC_PREFERRED)) &&
583 if ((flags & (FS_EXEC_ONLY|FS_EXEC_PREFERRED)) ||
H A Dgeneral.h255 #define FS_EXEC_ONLY 0x8 macro
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dgeneral.h232 #define FS_EXEC_ONLY 0x8 macro
/dports/shells/bash/bash-5.1/builtins/
H A Dtype.def365 …full_path = user_command_matches (command, FS_EXEC_ONLY, found_file); /* XXX - should that be FS_E…