1: /* $Header$ */
   2: 
   3: /*
   4:  * project comparison tree definitions
   5:  *
   6:  * Author: Peter J. Nicklin
   7:  */
   8: 
   9: typedef struct _pnode
  10:     {
  11:     char   *alias;          /* project directory alias */
  12:     char   *pd1;            /* project directory pathname */
  13:     char   *pd2;            /* project directory pathname */
  14:     struct _pnode *left;        /* left child */
  15:     struct _pnode *right;       /* right child */
  16:     } PTREE;

Defined struct's

_pnode defined in line 9; used 4 times

Defined typedef's

PTREE defined in line 16; used 12 times

Usage of this include

Last modified: 1985-07-03
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 657
Valid CSS Valid XHTML 1.0 Strict