BSD 4 release
[unix-history] / usr / src / cmd / ex / ex_vars.h
CommitLineData
31cef89c 1/* sccs id @(#)ex_vars.h 6.1 10/18/80 */
fadcdb2f
MH
2#define AUTOINDENT 0
3#define AUTOPRINT 1
4#define AUTOWRITE 2
5#define BEAUTIFY 3
6#define DIRECTORY 4
7#define EDCOMPATIBLE 5
8#define ERRORBELLS 6
9#define HARDTABS 7
10#define IGNORECASE 8
11#define LISP 9
12#define LIST 10
44232d5b 13#define MAGIC 11
d266c416
MH
14#define MESG 12
15#define NUMBER 13
16#define OPEN 14
17#define OPTIMIZE 15
18#define PARAGRAPHS 16
19#define PROMPT 17
20#define READONLY 18
21#define REDRAW 19
22#define REMAP 20
23#define REPORT 21
24#define SCROLL 22
25#define SECTIONS 23
26#define SHELL 24
27#define SHIFTWIDTH 25
28#define SHOWMATCH 26
29#define SLOWOPEN 27
30#define TABSTOP 28
31#define TAGLENGTH 29
32#define TAGS 30
33#define TERM 31
34#define TERSE 32
35#define TIMEOUT 33
36#define TTYTYPE 34
37#define WARN 35
38#define WINDOW 36
39#define WRAPSCAN 37
40#define WRAPMARGIN 38
41#define WRITEANY 39
fadcdb2f 42
d266c416 43#define NOPTS 40