Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
99 7u83 1
	/* sccs id   @(#)ex_vars.h makeoptions	1.8 (gritter) 7/1/02 */
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 EXRC            7
10
#define FLASH           8
11
#define HARDTABS        9
12
#define IGNORECASE      10
13
#define LISP            11
14
#define LIST            12
15
#define MAGIC           13
16
#define MESG            14
17
#define MODELINES       15
18
#define NUMBER          16
19
#define OPEN            17
20
#define OPTIMIZE        18
21
#define PARAGRAPHS      19
22
#define PROMPT          20
23
#define READONLY        21
24
#define REDRAW          22
25
#define REMAP           23
26
#define REPORT          24
27
#define SCROLL          25
28
#define SECTIONS        26
29
#define SHELL           27
30
#define SHIFTWIDTH      28
31
#define SHOWMATCH       29
32
#define SHOWMODE        30
33
#define SLOWOPEN        31
34
#define SOURCEANY       32
35
#define TABSTOP         33
36
#define TAGLENGTH       34
37
#define TAGS            35
38
#define TERM            36
39
#define TERSE           37
40
#define TIMEOUT         38
41
#define TTYTYPE         39
42
#define WARN            40
43
#define WINDOW          41
44
#define WRAPSCAN        42
45
#define WRAPMARGIN      43
46
#define WRITEANY        44
47
 
48
#define	NOPTS	45