home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / struct / 2.def.h < prev    next >
Encoding:
C/C++ Source or Header  |  1979-01-10  |  286 b   |  5 lines

  1. extern int accessnum;        /* number of nodes accessible from START */
  2. extern VERT *after;        /* node numbers associated with after numbers of depth first search */
  3. extern int *ntobef;        /* before numbers associated with nodes */
  4. extern int *ntoaft;        /* after numbers associated with nodes */
  5.