1*48120Sbostic /*- 2*48120Sbostic * %sccs.include.proprietary.c% 3*48120Sbostic */ 4*48120Sbostic 510983Srrh #ifndef lint 6*48120Sbostic static char sccsid[] = "@(#)bdef.c 5.1 (Berkeley) 04/16/91"; 7*48120Sbostic #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