cur_app_context   159 orte/mca/errmgr/base/errmgr_base_fns.c     orte_app_context_t *cur_app_context = NULL;
cur_app_context   214 orte/mca/errmgr/base/errmgr_base_fns.c     cur_app_context = NULL;
cur_app_context   216 orte/mca/errmgr/base/errmgr_base_fns.c         cur_app_context = (orte_app_context_t *)opal_pointer_array_get_item(jobdata->apps,
cur_app_context   218 orte/mca/errmgr/base/errmgr_base_fns.c         if( NULL == cur_app_context ) {
cur_app_context   221 orte/mca/errmgr/base/errmgr_base_fns.c         if(proc->app_idx == cur_app_context->idx) {
cur_app_context   226 orte/mca/errmgr/base/errmgr_base_fns.c     if( NULL == cur_app_context ) {
cur_app_context   241 orte/mca/errmgr/base/errmgr_base_fns.c     if( cur_app_context->num_procs > 1 ) {
cur_app_context   244 orte/mca/errmgr/base/errmgr_base_fns.c         opal_dss.copy((void**)&new_app_context, cur_app_context, ORTE_APP_CONTEXT);
cur_app_context   247 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->idx                    = cur_app_context->idx;
cur_app_context   277 orte/mca/errmgr/base/errmgr_base_fns.c         --(cur_app_context->num_procs);
cur_app_context   280 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context = cur_app_context;