/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | cmdline.c | 63 struct builtin * 68 struct builtin **builtin; in find_command() local 79 for (builtin = builtin_table; *builtin != 0; builtin++) in find_command() 81 int ret = grub_strcmp (command, (*builtin)->name); in find_command() 87 return *builtin; in find_command() 137 struct builtin *builtin; in enter_cmdline() local 153 builtin = find_command (heap); in enter_cmdline() 154 if (! builtin) in enter_cmdline() 158 if (! (builtin->flags & BUILTIN_CMDLINE)) in enter_cmdline() 174 (builtin->func) (arg, BUILTIN_CMDLINE); in enter_cmdline() [all …]
|
H A D | builtins.c | 253 static struct builtin builtin_blocklist = 352 static struct builtin builtin_boot = 395 static struct builtin builtin_bootp = 431 static struct builtin builtin_cat = 503 static struct builtin builtin_chainloader = 592 static struct builtin builtin_cmp = 716 static struct builtin builtin_color = 766 static struct builtin builtin_configfile = 794 static struct builtin builtin_debug = 822 static struct builtin builtin_default = [all …]
|
H A D | stage2.c | 988 struct builtin *builtin; in cmain() local 991 builtin = find_command (cmdline); in cmain() 993 if (! builtin) in cmain() 997 if (builtin->flags & BUILTIN_TITLE) in cmain() 1028 if (builtin->flags & BUILTIN_MENU) in cmain() 1031 (builtin->func) (arg, BUILTIN_MENU); in cmain()
|
H A D | disk_io.c | 1489 struct builtin **builtin; in print_completions() local 1494 for (builtin = builtin_table; (*builtin); builtin++) in print_completions() 1497 if (! ((*builtin)->flags & BUILTIN_CMDLINE)) in print_completions() 1500 if (substring (buf, (*builtin)->name) <= 0) in print_completions() 1501 print_a_completion ((*builtin)->name); in print_completions()
|
H A D | shared.h | 910 struct builtin struct 925 extern struct builtin *builtin_table[]; argument 947 struct builtin *find_command (char *command);
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | ast-ksh.pkg | 28 Each builtin or special command accepts the --man and --html 31 builtin and special commands. 34 library which provides several builtin versions of /bin 35 commands. "builtin | grep /opt/ast/bin" lists the libcmd 37 the FOO builtin, whether the /opt/ast/bin directory exists 38 or not. "builtin FOO" allows /opt/ast/bin/FOO to be accessed 46 (b) run "builtin $( builtin | sed -e '/\//!d' -e 's,.*/,,' )"
|
H A D | ast-base.pkg | 2 ksh93 pax html proto bzip tw builtin libast libardir libcmd \ 14 :INDEX: ksh, ksh builtin commands, pax, nmake, tw, sfio, and ast libraries 19 packages. Included are ksh93, ksh93 builtin commands, a pax that
|
H A D | ast-open.pkg | 6 at builtin codex dss dsslib ie mailx mam ncsl pack pzip \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 73 option to the \fBset\fR builtin is obsolete. It causes 123 option to \fBalias\fR builtin is is obsolete. It 131 \&"command" with the exit builtin should have the same effect). 133 As an obsolete feature of the "set" builtin,
|
H A D | RELEASE | 8 12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed. 21 12-07-02 A bug in which builtin name did now work for builtins found in a 22 library added by builtin -f lib has been fixed. 43 12-06-15 Change the .paths plugin/builtin library variable name from 46 12-06-14 builtin without argument no longer lists .sh.tilde as a built-in. 62 12-06-05 A race condition which occured when stopping a builtin command 66 12-06-04 A bug in which continuing a stopped builtin could cause it to 225 libraries were added with the builtin command has been fixed. 348 11-06-21 Fixed extraneous jobs Done messages when builtin is at the end of a 505 whose right hand side is a builtin, and whose left hand side ends in [all …]
|
H A D | builtins.mm | 203 builtin -f ./libhello.so hello 211 builtin -f hello hello 229 builtin -f hello hello 355 If \fIn\fP is not-zero, the builtin will exit value \fIn\fP after 358 Exit builtin with exit value \fIn\fP after printing the message. 624 builtin commands. It takes the name of the built-in, the
|
H A D | RELEASE93 | 17 the library is loaded with builtin -f library. 48 b. The getopts builtin can process command description 122 h. The typeset builtin now accepts a first argument of 228 builtin -d foo. 255 m. A bug that caused the read builtin to resume execution
|
/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | call-basic.c | 18 void builtin(int a) in builtin() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.tab | 36 builtin 157 BUILTIN # mark macro definitions builtin
|
H A D | HISTORY | 83 02/02/88 add strcmp builtin predicate for token string value comparison 122 add SYM_BUILTIN and #pragma pp:builtin to note builtin macros 163 03/30/87 add dialect() and language() builtin predicates
|
H A D | ppbuiltin.c | 362 if (pp.builtin && (a = (*pp.builtin)(pp.valbuf, p, a))) in ppbuiltin()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | parse.dtd | 16 …base-type-builtin (char|signed char|unsigned char|short|signed short|unsigned short|int|signed int…
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 62 #define builtin(x) ((x) | BUILTIN) macro
|
/illumos-gate/usr/src/boot/forth/ |
H A D | pcibios.4th | 47 builtin: pci-device-count
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 264 # builtin sys: module description 269 # 1-line description strings for builtin commands. 281 # Command option description strings for builtin commands 298 # Command option description strings for builtin commands 309 # Help text for builtin commands. 706 # name of builtin sys: module 710 # Names of sys: builtin commands
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | AUTHORS | 26 builtin commands, disk swapping support, keyboard configuration support,
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | RELEASE | 17 04-10-01 dllfind.c: drop ksh "builtin" workaround
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 152 # Note: We have to export all the |b_*()| symbols that the "builtin" command
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 93 "builtin", NV_BLTIN, bltin(builtin),
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | bltin.c | 45 builtin(int type, int argc, unsigned char **argv, struct trenod *t) in builtin() function
|