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

Defined struct's

node defined in line 5; used 22 times

Defined macros

xxtop defined in line 3; used 2 times

Usage of this include

Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 520
Valid CSS Valid XHTML 1.0 Strict