4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright 1992 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
27 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
28 /* All Rights Reserved */
32 * University Copyright- Copyright (c) 1982, 1986, 1988
33 * The Regents of the University of California
36 * University Acknowledgment- Portions of this document are derived from
37 * software developed by the University of California, Berkeley, and its
41 #pragma ident "%Z%%M% %I% %E% SMI"
43 #define vi_AUTOINDENT 0
44 #define vi_AUTOPRINT 1
45 #define vi_AUTOWRITE 2
47 #define vi_DIRECTORY 4
48 #define vi_EDCOMPATIBLE 5
49 #define vi_ERRORBELLS 6
53 #define vi_IGNORECASE 10
58 #define vi_MODELINES 15
61 #define vi_OPTIMIZE 18
62 #define vi_PARAGRAPHS 19
64 #define vi_READONLY 21
69 #define vi_SECTIONS 26
71 #define vi_SHIFTWIDTH 28
72 #define vi_SHOWMATCH 29
73 #define vi_SHOWMODE 30
74 #define vi_SLOWOPEN 31
76 #define vi_TAGLENGTH 33
79 #define vi_TAGSTACK 35
86 #define vi_WRAPSCAN 42
87 #define vi_WRAPMARGIN 43
88 #define vi_WRITEANY 44
98 #define vi_WRAPSCAN 41
99 #define vi_WRAPMARGIN 42
100 #define vi_WRITEANY 43