blob: 59caa1f7c310c7c8381f31849f13b18438d4876b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
/* sccs id @(#)ex_vars.h makeoptions 1.8 (gritter) 7/1/02 */
#define AUTOINDENT 0
#define AUTOPRINT 1
#define AUTOWRITE 2
#define BEAUTIFY 3
#define DIRECTORY 4
#define EDCOMPATIBLE 5
#define ERRORBELLS 6
#define EXRC 7
#define FLASH 8
#define HARDTABS 9
#define IGNORECASE 10
#define LISP 11
#define LIST 12
#define MAGIC 13
#define MESG 14
#define MODELINES 15
#define NUMBER 16
#define OPEN 17
#define OPTIMIZE 18
#define PARAGRAPHS 19
#define PROMPT 20
#define READONLY 21
#define REDRAW 22
#define REMAP 23
#define REPORT 24
#define SCROLL 25
#define SECTIONS 26
#define SHELL 27
#define SHIFTWIDTH 28
#define SHOWMATCH 29
#define SHOWMODE 30
#define SLOWOPEN 31
#define SOURCEANY 32
#define TABSTOP 33
#define TAGLENGTH 34
#define TAGS 35
#define TERM 36
#define TERSE 37
#define TIMEOUT 38
#define TTYTYPE 39
#define WARN 40
#define WINDOW 41
#define WRAPSCAN 42
#define WRAPMARGIN 43
#define WRITEANY 44
#define NOPTS 45
|