keep              463 orte/util/dash_host/dash_host.c     opal_list_t keep;
keep              496 orte/util/dash_host/dash_host.c     OBJ_CONSTRUCT(&keep, opal_list_t);
keep              532 orte/util/dash_host/dash_host.c                         opal_list_append(&keep, item);
keep              583 orte/util/dash_host/dash_host.c                         opal_list_append(&keep, item);
keep              620 orte/util/dash_host/dash_host.c     while (NULL != (item = opal_list_remove_first(&keep))) {
keep              629 orte/util/hostfile/hostfile.c     opal_list_t keep;
keep              675 orte/util/hostfile/hostfile.c     OBJ_CONSTRUCT(&keep, opal_list_t);
keep              722 orte/util/hostfile/hostfile.c                             opal_list_append(&keep, item1);
keep              762 orte/util/hostfile/hostfile.c                             opal_list_append(&keep, item1);
keep              805 orte/util/hostfile/hostfile.c                         opal_list_append(&keep, item1);
keep              855 orte/util/hostfile/hostfile.c     while (NULL != (item1 = opal_list_remove_first(&keep))) {