summaryrefslogtreecommitdiff
path: root/usr.bin/vi/include/options_def.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:37:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:37:15 +0000
commit0157a77a51c5e35e093ae03581f66dea010edcc8 (patch)
tree5e8bd32aa4d2b5ed37b7cf3ad26e8bdfc7f20a04 /usr.bin/vi/include/options_def.h
parent806021be093ad00ce2022a532c0f4cc99b0065ac (diff)
new vi
Diffstat (limited to 'usr.bin/vi/include/options_def.h')
-rw-r--r--usr.bin/vi/include/options_def.h77
1 files changed, 77 insertions, 0 deletions
diff --git a/usr.bin/vi/include/options_def.h b/usr.bin/vi/include/options_def.h
new file mode 100644
index 00000000000..7e0e7cfcf62
--- /dev/null
+++ b/usr.bin/vi/include/options_def.h
@@ -0,0 +1,77 @@
+#define O_ALTWERASE 0
+#define O_AUTOINDENT 1
+#define O_AUTOPRINT 2
+#define O_AUTOWRITE 3
+#define O_BACKUP 4
+#define O_BEAUTIFY 5
+#define O_CDPATH 6
+#define O_CEDIT 7
+#define O_COLUMNS 8
+#define O_COMMENT 9
+#define O_DIRECTORY 10
+#define O_EDCOMPATIBLE 11
+#define O_ESCAPETIME 12
+#define O_ERRORBELLS 13
+#define O_EXRC 14
+#define O_EXTENDED 15
+#define O_FILEC 16
+#define O_FLASH 17
+#define O_HARDTABS 18
+#define O_ICLOWER 19
+#define O_IGNORECASE 20
+#define O_KEYTIME 21
+#define O_LEFTRIGHT 22
+#define O_LINES 23
+#define O_LISP 24
+#define O_LIST 25
+#define O_LOCKFILES 26
+#define O_MAGIC 27
+#define O_MATCHTIME 28
+#define O_MESG 29
+#define O_MODELINE 30
+#define O_MSGCAT 31
+#define O_NOPRINT 32
+#define O_NUMBER 33
+#define O_OCTAL 34
+#define O_OPEN 35
+#define O_OPTIMIZE 36
+#define O_PARAGRAPHS 37
+#define O_PRINT 38
+#define O_PROMPT 39
+#define O_READONLY 40
+#define O_RECDIR 41
+#define O_REDRAW 42
+#define O_REMAP 43
+#define O_REPORT 44
+#define O_RULER 45
+#define O_SCROLL 46
+#define O_SEARCHINCR 47
+#define O_SECTIONS 48
+#define O_SECURE 49
+#define O_SHELL 50
+#define O_SHELLMETA 51
+#define O_SHIFTWIDTH 52
+#define O_SHOWMATCH 53
+#define O_SHOWMODE 54
+#define O_SIDESCROLL 55
+#define O_SLOWOPEN 56
+#define O_SOURCEANY 57
+#define O_TABSTOP 58
+#define O_TAGLENGTH 59
+#define O_TAGS 60
+#define O_TERM 61
+#define O_TERSE 62
+#define O_TILDEOP 63
+#define O_TIMEOUT 64
+#define O_TTYWERASE 65
+#define O_VERBOSE 66
+#define O_W1200 67
+#define O_W300 68
+#define O_W9600 69
+#define O_WARN 70
+#define O_WINDOW 71
+#define O_WRAPLEN 72
+#define O_WRAPMARGIN 73
+#define O_WRAPSCAN 74
+#define O_WRITEANY 75
+#define O_OPTIONCOUNT 76