1: /* 2: * Copyright (c) 1980 Regents of the University of California. 3: * All rights reserved. The Berkeley software License Agreement 4: * specifies the terms and conditions for redistribution. 5: * 6: * @(#)ex_vars.h 7.5 (Berkeley) 8/29/85 7: */ 8: 9: #define AUTOINDENT 0 10: #define AUTOPRINT 1 11: #define AUTOWRITE 2 12: #define BEAUTIFY 3 13: #define DIRECTORY 4 14: #define EDCOMPATIBLE 5 15: #define ERRORBELLS 6 16: #define HARDTABS 7 17: #define IGNORECASE 8 18: #define LISP 9 19: #define LIST 10 20: #define MAGIC 11 21: #define MESG 12 22: #define MODELINE 13 23: #define NUMBER 14 24: #define OPEN 15 25: #define OPTIMIZE 16 26: #define PARAGRAPHS 17 27: #define PROMPT 18 28: #define READONLY 19 29: #define REDRAW 20 30: #define REMAP 21 31: #define REPORT 22 32: #define SCROLL 23 33: #define SECTIONS 24 34: #define SHELL 25 35: #define SHIFTWIDTH 26 36: #define SHOWMATCH 27 37: #define SLOWOPEN 28 38: #define SOURCEANY 29 39: #define TABSTOP 30 40: #define TAGLENGTH 31 41: #define TAGS 32 42: #define TERM 33 43: #define TERSE 34 44: #define TIMEOUT 35 45: #define TTYTYPE 36 46: #define WARN 37 47: #define WINDOW 38 48: #define WRAPSCAN 39 49: #define WRAPMARGIN 40 50: #define WRITEANY 41 51: 52: #define NOPTS 42