VirtualBox

source: kBuild/trunk/src/ash-messup/generated/builtins.c@ 881

Last change on this file since 881 was 631, checked in by bird, 18 years ago

Checked in the generated source code.

File size: 1.3 KB
Line 
1/*
2 * This file was generated by the mkbuiltins program.
3 */
4
5#include "shell.h"
6#include "builtins.h"
7
8const struct builtincmd builtincmd[] = {
9
10 { "command", bltincmd },
11 { "bg", bgcmd },
12 { "cd", cdcmd },
13 { "chdir", cdcmd },
14 { "echo", echocmd },
15 { "exp", expcmd },
16 { "let", expcmd },
17 { "false", falsecmd },
18 { "fc", histcmd },
19 { "inputrc", inputrc },
20 { "fg", fgcmd },
21 { "getopts", getoptscmd },
22 { "hash", hashcmd },
23 { "jobid", jobidcmd },
24 { "jobs", jobscmd },
25 { "local", localcmd },
26#ifndef SMALL
27 { "printf", printfcmd },
28#endif
29 { "pwd", pwdcmd },
30 { "read", readcmd },
31 { "setvar", setvarcmd },
32 { "true", truecmd },
33 { "type", typecmd },
34 { "umask", umaskcmd },
35 { "unalias", unaliascmd },
36 { "wait", waitcmd },
37 { "alias", aliascmd },
38 { "ulimit", ulimitcmd },
39 { "test", testcmd },
40 { "[", testcmd },
41 { "kill", killcmd },
42 { "wordexp", wordexpcmd },
43 { 0, 0 },
44};
45
46const struct builtincmd splbltincmd[] = {
47 { "break", breakcmd },
48 { "continue", breakcmd },
49 { ".", dotcmd },
50 { "eval", evalcmd },
51 { "exec", execcmd },
52 { "exit", exitcmd },
53 { "export", exportcmd },
54 { "readonly", exportcmd },
55 { "return", returncmd },
56 { "set", setcmd },
57 { "shift", shiftcmd },
58 { "times", timescmd },
59 { "trap", trapcmd },
60 { ":", truecmd },
61 { "unset", unsetcmd },
62 { 0, 0 },
63};
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette