date and time created 88/07/21 17:33:31 by marc
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Fri, 22 Jul 1988 08:33:31 +0000 (00:33 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Fri, 22 Jul 1988 08:33:31 +0000 (00:33 -0800)
SCCS-vsn: local/toolchest/ksh/sh/flags.h 1.1

usr/src/local/toolchest/ksh/sh/flags.h [new file with mode: 0644]

diff --git a/usr/src/local/toolchest/ksh/sh/flags.h b/usr/src/local/toolchest/ksh/sh/flags.h
new file mode 100644 (file)
index 0000000..a2607e2
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+
+ *      Copyright (c) 1984, 1985, 1986 AT&T
+ *      All Rights Reserved
+
+ *      THIS IS UNPUBLISHED PROPRIETARY SOURCE 
+ *      CODE OF AT&T.
+ *      The copyright notice above does not 
+ *      evidence any actual or intended
+ *      publication of such source code.
+
+ */
+ /* @(#)flags.h        1.1 */
+#define R_FLAG 01
+#define X_FLAG 02
+#define N_FLAG 04
+#define I_FLAG 010
+#define E_FLAG 020
+#define M_FLAG 040
+#define F_FLAG 0100
+#define P_FLAG 0200
+#define V_FLAG 0400
+#define S_FLAG 01000
+#define T_FLAG 02000
+#define U_FLAG 04000
+#define L_FLAG 010000
+#define Z_FLAG 020000
+#define W_FLAG 040000
+#define O_FLAG 0100000
+#define        A_FLAG  0200000
+#define B_FLAG 0400000
+#define        C_FLAG  01000000
+#define        D_FLAG  02000000
+#define        G_FLAG  04000000
+#define        H_FLAG  010000000