POSIX 1003.2B/D9 symbolic links
[unix-history] / usr / src / usr.bin / indent / indent_codes.h
CommitLineData
b2e768eb 1/*
30f48914 2 * Copyright (c) 1985 Sun Microsystems, Inc.
9d68ac0b
KB
3 * Copyright (c) 1980, 1993
4 * The Regents of the University of California. All rights reserved.
b0627149 5 * All rights reserved.
b2e768eb 6 *
6ecf3d85 7 * %sccs.include.redist.c%
b0627149 8 *
9d68ac0b 9 * @(#)indent_codes.h 8.1 (Berkeley) %G%
b2e768eb 10 */
367c8002 11
367c8002
KM
12#define newline 1
13#define lparen 2
14#define rparen 3
15#define unary_op 4
16#define binary_op 5
17#define postop 6
18#define question 7
19#define casestmt 8
20#define colon 9
21#define semicolon 10
22#define lbrace 11
23#define rbrace 12
24#define ident 13
25#define comma 14
26#define comment 15
27#define swstmt 16
28#define preesc 17
29#define form_feed 18
30#define decl 19
31#define sp_paren 20
32#define sp_nparen 21
33#define ifstmt 22
34#define whilestmt 23
35#define forstmt 24
36#define stmt 25
37#define stmtl 26
38#define elselit 27
39#define dolit 28
40#define dohead 29
41#define ifhead 30
42#define elsehead 31
43#define period 32