Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h46 { "/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
48 { "/usr/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
50 { "/sbin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
52 { "/usr/sbin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
55 { "/usr/xpg6/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
57 { "/usr/xpg4/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
61 { "/usr/gnu/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
70 { "/usr/ast/bin/" #f, NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f) },
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c49 #define CMDLIST(f) SH_CMDLIB_DIR "/" Q(f), NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f),
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h194 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c779 nv_isattr(np,NV_BLTINOPT)) in path_absolute()
821 nv_isattr(np,NV_BLTINOPT)) in path_absolute()
H A Dxec.c1118 if(sh_isoption(SH_PFSH) && nv_isattr(np,NV_BLTINOPT) && !nv_isattr(np,NV_BLTPFSH)) in sh_exec()