add icmp statistics printing
[unix-history] / usr / src / usr.bin / struct / beautify / b.h
CommitLineData
871b66bc
RH
1/*
2 * @(#)b.h 4.1 (Berkeley) 83/02/11
3 */
4extern int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
5extern int xxlineno; /* # of lines already output */
6#define xxtop 100 /* max size of xxstack */
7extern int xxstind, xxstack[xxtop], xxlablast, xxt;
8struct node
9 {int op;
10 char *lit;
11 struct node *left;
12 struct node *right;
13 };