document distributed with 4.1BSD
[unix-history] / usr / src / usr.bin / ex / ex_vars.h
index c3bd859..d3026a1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ex_vars.h   7.5 (Berkeley) %G%
+ */
+
 #define AUTOINDENT      0
 #define AUTOPRINT       1
 #define AUTOWRITE       2
 #define AUTOINDENT      0
 #define AUTOPRINT       1
 #define AUTOWRITE       2
 #define LISP            9
 #define LIST            10
 #define MAGIC           11
 #define LISP            9
 #define LIST            10
 #define MAGIC           11
-#define MAPINPUT        12
-#define NUMBER          13
-#define OPEN            14
-#define OPTIMIZE        15
-#define PARAGRAPHS      16
-#define PROMPT          17
-#define REDRAW          18
-#define REPORT          19
-#define SCROLL          20
-#define SECTIONS        21
-#define SHELL           22
-#define SHIFTWIDTH      23
-#define SHOWMATCH       24
-#define SLOWOPEN        25
-#define TABSTOP         26
-#define TTYTYPE         27
-#define TERM            28
-#define TERSE           29
-#define WARN            30
-#define WINDOW          31
-#define WRAPSCAN        32
-#define WRAPMARGIN      33
-#define WRITEANY        34
+#define MESG            12
+#define MODELINE        13
+#define NUMBER          14
+#define OPEN            15
+#define OPTIMIZE        16
+#define PARAGRAPHS      17
+#define PROMPT          18
+#define READONLY        19
+#define REDRAW          20
+#define REMAP           21
+#define REPORT          22
+#define SCROLL          23
+#define SECTIONS        24
+#define SHELL           25
+#define SHIFTWIDTH      26
+#define SHOWMATCH       27
+#define SLOWOPEN        28
+#define SOURCEANY       29
+#define TABSTOP         30
+#define TAGLENGTH       31
+#define TAGS            32
+#define TERM            33
+#define TERSE           34
+#define TIMEOUT         35
+#define TTYTYPE         36
+#define WARN            37
+#define WINDOW          38
+#define WRAPSCAN        39
+#define WRAPMARGIN      40
+#define WRITEANY        41
 
 
-#define        NOPTS   35
+#define        NOPTS   42