Home
last modified time | relevance | path

Searched refs:builtin (Results 1 – 25 of 51) sorted by relevance

123

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c63 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 Dbuiltins.c250 static struct builtin builtin_blocklist =
349 static struct builtin builtin_boot =
392 static struct builtin builtin_bootp =
428 static struct builtin builtin_cat =
500 static struct builtin builtin_chainloader =
589 static struct builtin builtin_cmp =
713 static struct builtin builtin_color =
763 static struct builtin builtin_configfile =
791 static struct builtin builtin_debug =
819 static struct builtin builtin_default =
[all …]
H A Dstage2.c988 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 Ddisk_io.c1486 struct builtin **builtin; in print_completions() local
1491 for (builtin = builtin_table; (*builtin); builtin++) in print_completions()
1494 if (! ((*builtin)->flags & BUILTIN_CMDLINE)) in print_completions()
1497 if (substring (buf, (*builtin)->name) <= 0) in print_completions()
1498 print_a_completion ((*builtin)->name); in print_completions()
H A Dshared.h907 struct builtin struct
922 extern struct builtin *builtin_table[]; argument
944 struct builtin *find_command (char *command);
/titanic_41/usr/src/lib/libshell/common/
H A DOBSOLETE73 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 DRELEASE57 09-11-11 A bug in which an interrupt handler processed during the read builtin
162 09-06-11 A bug in which "eval non-builtin &" would create two processes,
163 one for the & and another for non-builtin has been fixed.
199 09-03-17 The sleep(1) builtin now accept and ISO 8601 PnYnMnDTnHnMnS
393 08-08-19 The ALRM signal no longer cause the sleep builtin to terminate.
431 08-06-20 type now outputs 'special builtin' for special builtins.
518 is a builtin command has been fixed.
578 08-02-14 The enum builtin which creates enumeration types has been added.
623 in which it would exit after running a non-builtin has been fixed.
665 07-11-15 A bug in which the umask builtin mis-handled symbolic mode operands
[all …]
H A DRELEASE9317 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
H A Dbuiltins.mm61 exec() a non-builtin command.
202 builtin -f hello hello
330 If \fIn\fP is not-zero, the builtin will exit value \fIn\fP after
333 Exit builtin with exit value \fIn\fP after printing the message.
607 builtin commands. It takes the name of the built-in, the
H A DRELEASE88106 a builtin command named builtin.
111 3. builtin [-ds] [-f file] [name...]
126 foo to be synonymous with the variable whose name is $1. A builtin
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.tab36 builtin
157 BUILTIN # mark macro definitions builtin
H A Dppbuiltin.c362 if (pp.builtin && (a = (*pp.builtin)(pp.valbuf, p, a))) in ppbuiltin()
H A DHISTORY83 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 Dpp.probe750 2) echo "#pragma pp:builtin"
763 2) echo "#pragma pp:builtin"
791 echo "#pragma pp:builtin"
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.h62 #define builtin(x) ((x) | BUILTIN) macro
/titanic_41/usr/src/lib/libdll/common/
H A DRELEASE7 04-10-01 dllfind.c: drop ksh "builtin" workaround
/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers132 # Note: We have to export all the |b_*()| symbols that the "builtin" command
/titanic_41/usr/src/grub/grub-0.97/
H A DAUTHORS26 builtin commands, disk swapping support, keyboard configuration support,
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg264 # 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
/titanic_41/usr/src/lib/libshell/common/data/
H A Dbuiltins.c88 "builtin", NV_BLTIN, bltin(builtin),
/titanic_41/usr/src/cmd/sh/
H A Dbltin.c46 builtin(int type, int argc, unsigned char **argv, struct trenod *t) in builtin() function
H A Dxec.c179 builtin(hashdata(cmdhash),argn,com,t);
/titanic_41/usr/src/cmd/ssh/doc/
H A DWARNING.RNG17 If you are using the builtin random number support (configure will
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c1070 static char *builtin[] = { in smb_lgrp_start() local
1078 int ngrp = sizeof (builtin) / sizeof (builtin[0]); in smb_lgrp_start()
1111 if ((wka = smb_wka_lookup_name(builtin[i])) == NULL) in smb_lgrp_start()
/titanic_41/usr/src/cmd/oawk/
H A DREADME30 3. a new builtin called "getline" causes the next

123