121974Sdist /*
235500Sbostic  * Copyright (c) 1985 Sun Microsystems, Inc.
3*62038Sbostic  * Copyright (c) 1980, 1993
4*62038Sbostic  *	The Regents of the University of California.  All rights reserved.
533767Sbostic  * All rights reserved.
621974Sdist  *
742687Sbostic  * %sccs.include.redist.c%
833767Sbostic  *
9*62038Sbostic  *	@(#)indent_codes.h	8.1 (Berkeley) 06/06/93
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