xref: /original-bsd/usr.bin/struct/beautify/bdef.c (revision c3e32dec)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #ifndef lint
6 static char sccsid[] = "@(#)bdef.c	8.1 (Berkeley) 06/06/93";
7 #endif /* not lint */
8 
9 #define xxtop	100		/* max size of xxstack */
10 int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
11 int xxlineno;		/* # of lines already output */
12 int xxstind, xxstack[xxtop], xxlablast, xxt;
13