Searched refs:NV_BLTINOPT (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 45 { "/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 47 { "/usr/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 49 { "/sbin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 51 { "/usr/sbin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 54 { "/usr/xpg6/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 56 { "/usr/xpg4/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 60 { "/usr/gnu/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) }, 69 { "/usr/ast/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
|
H A D | builtins.c | 44 #define CMDLIST(f) SH_CMDLIB_DIR "/" Q(f), NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f),
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 183 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 804 if((np = sh_addbuiltin(stakptr(PATH_OFFSET),addr,NiL)) && nv_isattr(np,NV_BLTINOPT)) in path_absolute()
|