summaryrefslogtreecommitdiff
path: root/usr.bin/vi/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/search.h')
-rw-r--r--usr.bin/vi/search.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/vi/search.h b/usr.bin/vi/search.h
index 00feff6027c8..1483a04c7b71 100644
--- a/usr.bin/vi/search.h
+++ b/usr.bin/vi/search.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1992, 1993
+ * Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)search.h 8.7 (Berkeley) 11/18/93
+ * @(#)search.h 8.9 (Berkeley) 3/16/94
*/
#define RE_WSTART "[[:<:]]" /* Not-in-word search patterns. */
@@ -46,7 +46,6 @@
#define SEARCH_TERM 0x080 /* Search pattern should terminate. */
enum direction { NOTSET, FORWARD, BACKWARD };
-enum cdirection { CNOTSET, FSEARCH, fSEARCH, TSEARCH, tSEARCH };
/* Search functions. */
int b_search __P((SCR *, EXF *, MARK *, MARK *, char *, char **, u_int *));