From fadcdb2f723a9a7e047356539653bfcfc545a1f6 Mon Sep 17 00:00:00 2001 From: Mark Horton Date: Fri, 1 Aug 1980 06:00:41 -0800 Subject: [PATCH] date and time created 80/07/31 23:00:41 by mark SCCS-vsn: usr.bin/ex/ex_vars.h 1.1 --- usr/src/usr.bin/ex/ex_vars.h | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 usr/src/usr.bin/ex/ex_vars.h diff --git a/usr/src/usr.bin/ex/ex_vars.h b/usr/src/usr.bin/ex/ex_vars.h new file mode 100644 index 0000000000..b7b1fbd460 --- /dev/null +++ b/usr/src/usr.bin/ex/ex_vars.h @@ -0,0 +1,37 @@ +#define AUTOINDENT 0 +#define AUTOPRINT 1 +#define AUTOWRITE 2 +#define BEAUTIFY 3 +#define DIRECTORY 4 +#define EDCOMPATIBLE 5 +#define ERRORBELLS 6 +#define HARDTABS 7 +#define IGNORECASE 8 +#define LISP 9 +#define LIST 10 +#define MAPINPUT 11 +#define MAGIC 12 +#define NUMBER 13 +#define OPEN 14 +#define OPTIMIZE 15 +#define PARAGRAPHS 16 +#define PROMPT 17 +#define REDRAW 18 +#define REPORT 19 +#define SCROLL 20 +#define SECTIONS 21 +#define SHELL 22 +#define SHIFTWIDTH 23 +#define SHOWMATCH 24 +#define SLOWOPEN 25 +#define TABSTOP 26 +#define TTYTYPE 27 +#define TERM 28 +#define TERSE 29 +#define WARN 30 +#define WINDOW 31 +#define WRAPSCAN 32 +#define WRAPMARGIN 33 +#define WRITEANY 34 + +#define NOPTS 35 -- 2.20.1