xref: /csrg-svn/usr.bin/struct/beautify/bdef.c (revision 62262)
148120Sbostic /*-
248120Sbostic  * %sccs.include.proprietary.c%
348120Sbostic  */
448120Sbostic 
510983Srrh #ifndef lint
6*62262Sbostic static char sccsid[] = "@(#)bdef.c	8.1 (Berkeley) 06/06/93";
748120Sbostic #endif /* not lint */
810983Srrh 
910983Srrh #define xxtop	100		/* max size of xxstack */
1010983Srrh int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
1110983Srrh int xxlineno;		/* # of lines already output */
1210983Srrh int xxstind, xxstack[xxtop], xxlablast, xxt;
13