|
|
1.1 root 1: /*
2: * Copyright (c) 1985 Sun Microsystems, Inc.
3: * Copyright (c) 1980 The Regents of the University of California.
4: * Copyright (c) 1976 Board of Trustees of the University of Illinois.
5: * All rights reserved.
6: *
7: * Redistribution and use in source and binary forms are permitted
8: * provided that: (1) source distributions retain this entire copyright
9: * notice and comment, and (2) distributions including binaries display
10: * the following acknowledgement: ``This product includes software
11: * developed by the University of California, Berkeley and its contributors''
12: * in the documentation or other materials provided with the distribution
13: * and in all advertising materials mentioning features or use of this
14: * software. Neither the name of the University nor the names of its
15: * contributors may be used to endorse or promote products derived
16: * from this software without specific prior written permission.
17: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
18: * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19: * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20: *
21: * @(#)indent_codes.h 5.7 (Berkeley) 6/1/90
22: */
23:
24: #define newline 1
25: #define lparen 2
26: #define rparen 3
27: #define unary_op 4
28: #define binary_op 5
29: #define postop 6
30: #define question 7
31: #define casestmt 8
32: #define colon 9
33: #define semicolon 10
34: #define lbrace 11
35: #define rbrace 12
36: #define ident 13
37: #define comma 14
38: #define comment 15
39: #define swstmt 16
40: #define preesc 17
41: #define form_feed 18
42: #define decl 19
43: #define sp_paren 20
44: #define sp_nparen 21
45: #define ifstmt 22
46: #define whilestmt 23
47: #define forstmt 24
48: #define stmt 25
49: #define stmtl 26
50: #define elselit 27
51: #define dolit 28
52: #define dohead 29
53: #define ifhead 30
54: #define elsehead 31
55: #define period 32
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.