xref: /original-bsd/usr.bin/struct/beautify/bdef.c (revision ba762ddc)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #ifndef lint
6 static char sccsid[] = "@(#)bdef.c	5.1 (Berkeley) 04/16/91";
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