xref: /original-bsd/usr.bin/ex/ex_vars.h (revision c0a5300e)
1 	/*  sccs id   @(#)  ex_vars.h  @(#)makeoptions	6.4 5/31/85  */
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
13 #define MAGIC           11
14 #define MESG            12
15 #define MODELINE        13
16 #define NUMBER          14
17 #define OPEN            15
18 #define OPTIMIZE        16
19 #define PARAGRAPHS      17
20 #define PROMPT          18
21 #define READONLY        19
22 #define REDRAW          20
23 #define REMAP           21
24 #define REPORT          22
25 #define SCROLL          23
26 #define SECTIONS        24
27 #define SHELL           25
28 #define SHIFTWIDTH      26
29 #define SHOWMATCH       27
30 #define SLOWOPEN        28
31 #define SOURCEANY       29
32 #define TABSTOP         30
33 #define TAGLENGTH       31
34 #define TAGS            32
35 #define TERM            33
36 #define TERSE           34
37 #define TIMEOUT         35
38 #define TTYTYPE         36
39 #define WARN            37
40 #define WINDOW          38
41 #define WRAPSCAN        39
42 #define WRAPMARGIN      40
43 #define WRITEANY        41
44 
45 #define	NOPTS	42
46