current_options    98 orte/mca/snapc/full/snapc_full_app.c static opal_crs_base_ckpt_options_t *current_options = NULL;
current_options   370 orte/mca/snapc/full/snapc_full_app.c     if( NULL == current_options ) {
current_options   371 orte/mca/snapc/full/snapc_full_app.c         current_options = OBJ_NEW(opal_crs_base_ckpt_options_t);
current_options   394 orte/mca/snapc/full/snapc_full_app.c     if( current_options->attach_debugger ) {
current_options   399 orte/mca/snapc/full/snapc_full_app.c     if( current_options->detach_debugger ) {
current_options   445 orte/mca/snapc/full/snapc_full_app.c         if( current_options->inc_prep_only ) {
current_options   472 orte/mca/snapc/full/snapc_full_app.c             ret = opal_cr_inc_core_ckpt(app_pid, local_snapshot, current_options, &cr_state);
current_options   512 orte/mca/snapc/full/snapc_full_app.c                     current_options->term = true;
current_options   545 orte/mca/snapc/full/snapc_full_app.c         current_options->term = false;
current_options   573 orte/mca/snapc/full/snapc_full_app.c     if( current_options->term ) {
current_options   586 orte/mca/snapc/full/snapc_full_app.c     if( NULL != current_options ) {
current_options   587 orte/mca/snapc/full/snapc_full_app.c         OBJ_RELEASE(current_options);
current_options   588 orte/mca/snapc/full/snapc_full_app.c         current_options = NULL;
current_options   700 orte/mca/snapc/full/snapc_full_app.c     if( !(current_options->stop) ) {
current_options   931 orte/mca/snapc/full/snapc_full_app.c     current_options->term = OPAL_INT_TO_BOOL(opt_rep);
current_options   940 orte/mca/snapc/full/snapc_full_app.c     current_options->stop = OPAL_INT_TO_BOOL(opt_rep);
current_options   949 orte/mca/snapc/full/snapc_full_app.c     current_options->inc_prep_only = OPAL_INT_TO_BOOL(opt_rep);
current_options   958 orte/mca/snapc/full/snapc_full_app.c     current_options->inc_recover_only = OPAL_INT_TO_BOOL(opt_rep);
current_options   968 orte/mca/snapc/full/snapc_full_app.c     current_options->attach_debugger = OPAL_INT_TO_BOOL(opt_rep);
current_options   977 orte/mca/snapc/full/snapc_full_app.c     current_options->detach_debugger = OPAL_INT_TO_BOOL(opt_rep);
current_options  1143 orte/mca/snapc/full/snapc_full_app.c         if( current_options->stop ) {
current_options  1311 orte/mca/snapc/full/snapc_full_app.c         if( OPAL_SUCCESS != (ret = opal_cr_inc_core_ckpt(app_pid, local_snapshot, current_options, &cr_state)) ) {