Searched refs:BUILTIN_ENABLED (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dbuiltins.c42 { "alias", alias_builtin, BUILTIN_ENABLED | STATIC_BUILTIN | ASSIGNMENT_BUILTIN, alias_doc,
46 { "unalias", unalias_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, unalias_doc,
50 { "bind", bind_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, bind_doc,
53 { "break", break_builtin, BUILTIN_ENABLED | STATIC_BUILTIN | SPECIAL_BUILTIN, break_doc,
55 { "continue", continue_builtin, BUILTIN_ENABLED | STATIC_BUILTIN | SPECIAL_BUILTIN, continue_doc,
57 { "builtin", builtin_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, builtin_doc,
60 { "caller", caller_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, caller_doc,
63 { "cd", cd_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, cd_doc,
65 { "pwd", pwd_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, pwd_doc,
67 { ":", colon_builtin, BUILTIN_ENABLED | STATIC_BUILTI
[all...]
H A Dcaller.c112 BUILTIN_ENABLED,
H A Denable.c192 if ((filter & ENABLED) && (shell_builtins[i].flags & BUILTIN_ENABLED))
195 ((shell_builtins[i].flags & BUILTIN_ENABLED) == 0))
214 b->flags &= ~BUILTIN_ENABLED;
216 else if (restricted && ((b->flags & BUILTIN_ENABLED) == 0))
223 b->flags |= BUILTIN_ENABLED;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dtruefalse.c32 BUILTIN_ENABLED,
41 BUILTIN_ENABLED,
H A Dnecho.c28 BUILTIN_ENABLED,
H A Dsync.c28 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dhello.c51 of these structures. The flags must include BUILTIN_ENABLED so the
56 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dlogname.c47 BUILTIN_ENABLED,
H A Dtemplate.c52 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dtty.c55 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dunlink.c48 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dwhoami.c48 BUILTIN_ENABLED,
H A Dprintenv.c67 BUILTIN_ENABLED,
H A Drmdir.c46 BUILTIN_ENABLED, /* initial flags for builtin */
H A Ddirname.c91 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dpush.c91 BUILTIN_ENABLED,
H A Dbasename.c104 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dcat.c96 BUILTIN_ENABLED,
H A Drealpath.c115 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dstrftime.c96 of these structures. The flags must include BUILTIN_ENABLED so the
101 BUILTIN_ENABLED, /* initial flags for builtin */
H A Duname.c135 BUILTIN_ENABLED,
H A Dhead.c139 BUILTIN_ENABLED, /* initial flags for builtin */
H A Dsleep.c142 BUILTIN_ENABLED,
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbuiltins.h38 #define BUILTIN_ENABLED 0x1 /* This builtin is enabled. */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/perl/
H A Dbperl.c42 BUILTIN_ENABLED,

Completed in 278 milliseconds

12