document distributed with 4.1BSD
[unix-history] / usr / src / usr.bin / ex / ex_vars.h
index 5222037..d3026a1 100644 (file)
@@ -1,4 +1,11 @@
-/*  sccs id  @(#)ex_vars.h     7.1     %G% */
+/*
+ * 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 LIST            10
 #define MAGIC           11
 #define MESG            12
 #define LIST            10
 #define MAGIC           11
 #define MESG            12
-#define NUMBER          13
-#define OPEN            14
-#define OPTIMIZE        15
-#define PARAGRAPHS      16
-#define PROMPT          17
-#define READONLY        18
-#define REDRAW          19
-#define REMAP           20
-#define REPORT          21
-#define SCROLL          22
-#define SECTIONS        23
-#define SHELL           24
-#define SHIFTWIDTH      25
-#define SHOWMATCH       26
-#define SLOWOPEN        27
-#define TABSTOP         28
-#define TAGLENGTH       29
-#define TAGS            30
-#define TERM            31
-#define TERSE           32
-#define TIMEOUT         33
-#define TTYTYPE         34
-#define WARN            35
-#define WINDOW          36
-#define WRAPSCAN        37
-#define WRAPMARGIN      38
-#define WRITEANY        39
+#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   40
+#define        NOPTS   42