summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/sh.decls.h')
-rw-r--r--contrib/tcsh/sh.decls.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/contrib/tcsh/sh.decls.h b/contrib/tcsh/sh.decls.h
index e3da422..9c3728d 100644
--- a/contrib/tcsh/sh.decls.h
+++ b/contrib/tcsh/sh.decls.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.decls.h,v 3.35 2001/08/06 23:52:03 christos Exp $ */
+/* $Header: /src/pub/tcsh/sh.decls.h,v 3.38 2002/05/16 13:51:25 christos Exp $ */
/*
* sh.decls.h External declarations from sh*.c
*/
@@ -14,11 +14,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -91,7 +87,7 @@ extern void stderror __P((unsigned int, ...));
/*
* sh.exec.c
*/
-extern void doexec __P((struct command *));
+extern void doexec __P((struct command *, bool));
extern void dohash __P((Char **, struct command *));
extern void dounhash __P((Char **, struct command *));
extern void execash __P((Char **, struct command *));
@@ -112,7 +108,7 @@ extern int exp0 __P((Char ***, bool));
/*
* sh.file.c
*/
-#ifdef FILEC
+#if defined(FILEC) && defined(TIOCSTI)
extern int tenex __P((Char *, int));
#endif
@@ -179,7 +175,7 @@ extern Char **globall __P((Char **));
extern void rscan __P((Char **, void (*)(int)));
extern void tglob __P((Char **));
extern void trim __P((Char **));
-#ifdef FILEC
+#if defined(FILEC) && defined(TIOCSTI)
extern int sortscmp __P((Char **, Char **));
#endif
extern void nlsinit __P((void));
@@ -314,7 +310,7 @@ extern struct process *pfind __P((Char *));
* sh.sem.c
*/
extern void execute __P((struct command *, int, int *,
- int *));
+ int *, bool));
extern void mypipe __P((int *));
/*
OpenPOWER on IntegriCloud