Lines Matching refs:list
1086 self.top_node.list = self.top_node.next
1609 if node.list:
1610 node = node.list
1937 if node.list:
1938 node = node.list
2933 node.prompt = node.help = node.list = None
3009 node.list = node.next
3029 node.list = node.next
3039 node.list = None
3081 node.list = node.next
3598 node.list = node.next
3602 elif node.list:
3615 cur = node.list
3620 if node.list:
3623 _flatten(node.list)
3649 cur = node.list
5755 if self.list:
6488 if node.list and not node.prompt and \
6491 last_node = node.list
6499 node.next = node.list
6500 node.list = None
6511 cur = node.list
6515 node.list = cur
6538 cur = node.list