BSD 2 development
[unix-history] / src / ex / ex_vars.lisp
CommitLineData
ba695518
BJ
1#define AUTOINDENT 0
2#define AUTOPRINT 1
3#define BEAUTIFY 2
4#define DIRECTORY 3
5#define ERRORBELLS 4
6#define IGNORECASE 5
7#define LISP 6
8#define LIST 7
9#define MAGIC 8
10#define NUMBER 9
11#define OPEN 10
12#define OPTIMIZE 11
13#define PARAGRAPHS 12
14#define PROMPT 13
15#define REDRAW 14
16#define REPORT 15
17#define SCROLL 16
18#define SECTIONS 17
19#define SHELL 18
20#define SHIFTWIDTH 19
21#define SHOWMATCH 20
22#define SLOWOPEN 21
23#define TABSTOP 22
24#define TTYTYPE 23
25#define TERM 24
26#define TERSE 25
27#define WARN 26
28#define WINDOW 27
29#define WRAPSCAN 28
30#define WRAPMARGIN 29
31#define WRITEANY 30
32
33#define NOPTS 31