summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tw.decls.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/tw.decls.h
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
Diffstat (limited to 'contrib/tcsh/tw.decls.h')
-rw-r--r--contrib/tcsh/tw.decls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/tcsh/tw.decls.h b/contrib/tcsh/tw.decls.h
index 38f47fa..b3eafb4 100644
--- a/contrib/tcsh/tw.decls.h
+++ b/contrib/tcsh/tw.decls.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tw.decls.h,v 3.16 1998/06/27 12:27:44 christos Exp $ */
+/* $Header: /src/pub/tcsh/tw.decls.h,v 3.17 2000/06/11 02:14:16 kim Exp $ */
/*
* tw.decls.h: Tenex external declarations
*/
@@ -46,10 +46,12 @@ extern void do_help __P((Char *));
* tw.parse.c
*/
extern Char *dollar __P((Char *, const Char *));
+#ifndef __MVS__
extern int tenematch __P((Char *, int, COMMAND));
extern int t_search __P((Char *, Char *, COMMAND,
int, int, int, Char *,
int));
+#endif
extern int starting_a_command __P((Char *, Char *));
extern void copyn __P((Char *, Char *, int));
extern void catn __P((Char *, Char *, int));
OpenPOWER on IntegriCloud