diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-11-30 21:05:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-11-30 21:05:33 +0000 |
commit | 3b6eaa7b1ef31985836f61a8d833b90490c337b5 (patch) | |
tree | a212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/tw.decls.h | |
parent | b3a5f6c29dfc2c09b67dab73ff97cb6b5fcb425b (diff) | |
download | src-3b6eaa7b1ef31985836f61a8d833b90490c337b5.tar.gz src-3b6eaa7b1ef31985836f61a8d833b90490c337b5.zip |
Initial import of slightly trimmed tcsh 6.10
Notes
Notes:
svn path=/vendor/tcsh/dist/; revision=69408
Diffstat (limited to 'contrib/tcsh/tw.decls.h')
-rw-r--r-- | contrib/tcsh/tw.decls.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/tcsh/tw.decls.h b/contrib/tcsh/tw.decls.h index 38f47fa86879..b3eafb4b3d49 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)); |