Home | History | Annotate | Download | only in config

Lines Matching defs:succs

40   struct node_list_s *succs;
144 new_hd->nxt = base->succs;
158 n->succs = NULL;
181 n->succs = insert_in_succ_list (NULL, n);
196 suf->succs = node->succs;
200 rem->succs = insert_in_succ_list (NULL, rem);
204 node->succs = NULL;
206 node->succs = insert_in_succ_list (suf, node);
207 node->succs = insert_in_succ_list (rem, node);
216 suf->succs = node->succs;
221 node->succs = NULL;
223 node->succs = insert_in_succ_list (NULL, node);
224 node->succs = insert_in_succ_list (suf, node);
232 struct node_list_s *cur_succ = node->succs;
247 suf->succs = insert_in_succ_list (NULL, suf);
248 node->succs = insert_in_succ_list (suf, node);
265 struct node_list_s *cur_succ = node->succs;
295 struct node_list_s *cur_succ = cur->succs;
315 struct node_list_s *cur_succ = node->succs;