121974Sdist /*
235500Sbostic  * Copyright (c) 1985 Sun Microsystems, Inc.
335500Sbostic  * Copyright (c) 1980 The Regents of the University of California.
433767Sbostic  * Copyright (c) 1976 Board of Trustees of the University of Illinois.
533767Sbostic  * All rights reserved.
621974Sdist  *
7*42687Sbostic  * %sccs.include.redist.c%
833767Sbostic  *
9*42687Sbostic  *	@(#)indent_codes.h	5.7 (Berkeley) 06/01/90
1021974Sdist  */
118801Smckusick 
128801Smckusick #define newline		1
138801Smckusick #define lparen		2
148801Smckusick #define rparen		3
158801Smckusick #define unary_op	4
168801Smckusick #define binary_op	5
178801Smckusick #define postop		6
188801Smckusick #define question	7
198801Smckusick #define casestmt	8
208801Smckusick #define colon		9
218801Smckusick #define semicolon	10
228801Smckusick #define lbrace		11
238801Smckusick #define rbrace		12
248801Smckusick #define ident		13
258801Smckusick #define comma		14
268801Smckusick #define comment		15
278801Smckusick #define swstmt		16
288801Smckusick #define preesc		17
298801Smckusick #define form_feed	18
308801Smckusick #define decl		19
318801Smckusick #define sp_paren	20
328801Smckusick #define sp_nparen	21
338801Smckusick #define ifstmt		22
348801Smckusick #define whilestmt	23
358801Smckusick #define forstmt		24
368801Smckusick #define stmt		25
378801Smckusick #define stmtl		26
388801Smckusick #define elselit		27
398801Smckusick #define dolit		28
408801Smckusick #define dohead		29
418801Smckusick #define ifhead		30
428801Smckusick #define elsehead	31
438801Smckusick #define period		32
44