Home
last modified time | relevance | path

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

123

/illumos-gate/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()
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()
195 struct builtin *builtin; in run_script() local
208 builtin = find_command("verbose"); in run_script()
248 builtin = find_command (heap); in run_script()
[all …]
H A Dbuiltins.c352 static struct builtin builtin_boot =
395 static struct builtin builtin_bootp =
431 static struct builtin builtin_cat =
592 static struct builtin builtin_cmp =
1030 static struct builtin builtin_dhcp =
1942 struct builtin **builtin; in help_func() local
1945 for (builtin = builtin_table; *builtin != 0; builtin++) in help_func()
1987 struct builtin **builtin; in help_func() local
1996 for (builtin = builtin_table; *builtin; builtin++) in help_func()
2008 (*builtin)->name, (*builtin)->short_doc); in help_func()
[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.c1489 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 Dshared.h910 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 Dast-ksh.pkg28 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 Dast-base.pkg2 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 Dast-open.pkg6 at builtin codex dss dsslib ie mailx mam ncsl pack pzip \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 DRELEASE8 12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed.
22 library added by builtin -f lib has been fixed.
1069 one for the & and another for non-builtin has been fixed.
1424 is a builtin command has been fixed.
1727 cause the builtin to hang has been fixed.
2131 03-05-13 +The read builtin has been modified so that the builtin editors
2284 builtin to terminate prematurely has been fixed.
2332 in libcmd become shell builtin commands by default.
2333 02-01-07 A bug in which builtin foo, where foo is already a builtin
2847 the library is loaded with builtin -f library.
[all …]
H A Dbuiltins.mm203 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 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
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcall-basic.c18 void builtin(int a) in builtin() function
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab36 builtin
157 BUILTIN # mark macro definitions builtin
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 Dppbuiltin.c362 if (pp.builtin && (a = (*pp.builtin)(pp.valbuf, p, a))) in ppbuiltin()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.dtd16 …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 Dm4.h62 #define builtin(x) ((x) | BUILTIN) macro
/illumos-gate/usr/src/boot/forth/
H A Dpcibios.4th47 builtin: pci-device-count
/illumos-gate/usr/src/grub/grub-0.97/
H A DAUTHORS26 builtin commands, disk swapping support, keyboard configuration support,
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE17 04-10-01 dllfind.c: drop ksh "builtin" workaround
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c93 "builtin", NV_BLTIN, bltin(builtin),
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers152 # Note: We have to export all the |b_*()| symbols that the "builtin" command
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c45 builtin(int type, int argc, unsigned char **argv, struct trenod *t) in builtin() function

123