opal_tree_first_child   60 opal/class/opal_tree.c     item->opal_tree_first_child = item->opal_tree_last_child = NULL;
opal_tree_first_child  103 opal/class/opal_tree.c     tree->opal_tree_sentinel.opal_tree_first_child = &tree->opal_tree_sentinel;
opal_tree_first_child  202 opal/class/opal_tree.c         parent_item->opal_tree_first_child = new_item;
opal_tree_first_child  268 opal/class/opal_tree.c     if (parent_item->opal_tree_first_child == item &&
opal_tree_first_child  270 opal/class/opal_tree.c         parent_item->opal_tree_first_child = item->opal_tree_first_child;
opal_tree_first_child  278 opal/class/opal_tree.c         if (item->opal_tree_parent->opal_tree_first_child == item) {
opal_tree_first_child  280 opal/class/opal_tree.c                 parent_item->opal_tree_first_child =
opal_tree_first_child  283 opal/class/opal_tree.c                 parent_item->opal_tree_first_child =
opal_tree_first_child  360 opal/class/opal_tree.c     if( parent_item->opal_tree_first_child == item &&
opal_tree_first_child  362 opal/class/opal_tree.c         parent_item->opal_tree_first_child = opal_tree_get_first_child(item);
opal_tree_first_child  369 opal/class/opal_tree.c         if (parent_item->opal_tree_first_child == item) {
opal_tree_first_child  371 opal/class/opal_tree.c                 parent_item->opal_tree_first_child =
opal_tree_first_child  372 opal/class/opal_tree.c                     item->opal_tree_first_child;
opal_tree_first_child  374 opal/class/opal_tree.c                 parent_item->opal_tree_first_child =
opal_tree_first_child  117 opal/class/opal_tree.h     struct opal_tree_item_t *opal_tree_first_child;
opal_tree_first_child  261 opal/class/opal_tree.h     return ((item) ? item->opal_tree_first_child : NULL);
opal_tree_first_child  299 opal/class/opal_tree.h     return (tree->opal_tree_sentinel.opal_tree_first_child ==
opal_tree_first_child  323 opal/class/opal_tree.h     item = tree->opal_tree_sentinel.opal_tree_first_child;