1*10983Srrh #ifndef lint 2*10983Srrh static char sccsid[] = "@(#)bdef.c 4.1 (Berkeley) 02/11/83"; 3*10983Srrh #endif not lint 4*10983Srrh 5*10983Srrh #define xxtop 100 /* max size of xxstack */ 6*10983Srrh int xxindent, xxval, newflag, xxmaxchars, xxbpertab; 7*10983Srrh int xxlineno; /* # of lines already output */ 8*10983Srrh int xxstind, xxstack[xxtop], xxlablast, xxt; 9