xref: /original-bsd/local/toolchest/ksh/shlib/flags.h (revision 50dd0bba)
1 /*
2 
3  *      Copyright (c) 1984, 1985, 1986 AT&T
4  *      All Rights Reserved
5 
6  *      THIS IS UNPUBLISHED PROPRIETARY SOURCE
7  *      CODE OF AT&T.
8  *      The copyright notice above does not
9  *      evidence any actual or intended
10  *      publication of such source code.
11 
12  */
13  /* @(#)flags.h	1.1 */
14 #define R_FLAG	01
15 #define X_FLAG	02
16 #define N_FLAG	04
17 #define I_FLAG	010
18 #define E_FLAG	020
19 #define M_FLAG	040
20 #define F_FLAG	0100
21 #define P_FLAG	0200
22 #define V_FLAG	0400
23 #define S_FLAG	01000
24 #define T_FLAG	02000
25 #define U_FLAG	04000
26 #define L_FLAG	010000
27 #define Z_FLAG	020000
28 #define W_FLAG	040000
29 #define O_FLAG	0100000
30 #define	A_FLAG	0200000
31 #define B_FLAG	0400000
32 #define	C_FLAG	01000000
33 #define	D_FLAG	02000000
34 #define	G_FLAG	04000000
35 #define	H_FLAG	010000000
36