summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-21 06:49:14 +0000
committertjr <tjr@FreeBSD.org>2002-07-21 06:49:14 +0000
commitbd9024b4d748fdf8b2fdc9b4c5cf222eea49fa8d (patch)
treea9cd2caa8beff88d0765790474945dc86e7075f2 /bin/sh/eval.h
parentfa4e4420cdeea4bdadf587a9c9efbce460933b47 (diff)
downloadFreeBSD-src-bd9024b4d748fdf8b2fdc9b4c5cf222eea49fa8d.zip
FreeBSD-src-bd9024b4d748fdf8b2fdc9b4c5cf222eea49fa8d.tar.gz
Implement the P1003.2 `command' builtin command, which is used to suppress
shell function and alias lookup. The -p option has been implemented, the UPE -v and -V options have not. The old `command' command has been renamed to `builtin'.
Diffstat (limited to 'bin/sh/eval.h')
-rw-r--r--bin/sh/eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
index 77dbbab..ff30c0c 100644
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -60,6 +60,7 @@ int returncmd(int, char **);
int falsecmd(int, char **);
int truecmd(int, char **);
int execcmd(int, char **);
+int commandcmd(int, char **);
/* in_function returns nonzero if we are currently evaluating a function */
#define in_function() funcnest
OpenPOWER on IntegriCloud