Searched refs:nextnode (Results 1 – 4 of 4) sorted by relevance
238 nextnode = nbrs.pop()239 if nextnode == startnode:242 elif nextnode not in blocked:243 path.append(nextnode)244 stack.append((nextnode, list(subG.neighbors(nextnode))))245 closed.discard(nextnode)246 blocked.add(nextnode)
70 lnode* nextnode; in list_clear() local75 nextnode=cur->next; in list_clear()80 cur=nextnode; in list_clear()
2107 my $nextnode = 1;2118 $node{$a} = $nextnode++;
2108 my $nextnode = 1;2119 $node{$a} = $nextnode++;