Bell 32V development
[unix-history] / usr / src / cmd / struct / 2.def.h
CommitLineData
6fd945b9
TL
1extern int accessnum; /* number of nodes accessible from START */
2extern VERT *after; /* node numbers associated with after numbers of depth first search */
3extern int *ntobef; /* before numbers associated with nodes */
4extern int *ntoaft; /* after numbers associated with nodes */