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 */