1: /*	b.h	4.2	83/08/11	*/
   2: 
   3: extern int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
   4: extern int xxlineno;        /* # of lines already output */
   5: #define xxtop   100     /* max size of xxstack */
   6: extern int xxstind, xxstack[xxtop], xxlablast, xxt;
   7: struct node
   8:     {int op;
   9:     char *lit;
  10:     struct node *left;
  11:     struct node *right;
  12:     };

Defined struct's

node defined in line 7; used 28 times

Defined macros

xxtop defined in line 5; used 2 times

Usage of this include

Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1310
Valid CSS Valid XHTML 1.0 Strict