other_node        111 lib/pengine/utils.c     pe_node_t *other_node = NULL;
other_node        120 lib/pengine/utils.c         other_node = pe_find_node_id(list, node->details->id);
other_node        121 lib/pengine/utils.c         if (other_node == NULL) {
other_node        124 lib/pengine/utils.c             node->weight = pcmk__add_scores(node->weight, other_node->weight);
other_node        131 lib/pengine/utils.c         other_node = pe_hash_table_lookup(result, node->details->id);
other_node        133 lib/pengine/utils.c         if (other_node == NULL) {