world_proc_array  300 ompi/debuggers/ompi_msgq_dll.c      if( NULL == extra->world_proc_array ) {
world_proc_array  301 ompi/debuggers/ompi_msgq_dll.c          extra->world_proc_array = mqs_malloc( np * sizeof(mqs_taddr_t) );
world_proc_array  305 ompi/debuggers/ompi_msgq_dll.c              extra->world_proc_array[i] = value;
world_proc_array  318 ompi/debuggers/ompi_msgq_dll.c                      if( value == extra->world_proc_array[j] ) {
world_proc_array  440 ompi/debuggers/ompi_msgq_dll.c         extra->world_proc_array = NULL;
world_proc_array  633 ompi/debuggers/ompi_msgq_dll.c     mqs_free( extra->world_proc_array );
world_proc_array  634 ompi/debuggers/ompi_msgq_dll.c     extra->world_proc_array = NULL;
world_proc_array  116 ompi/debuggers/ompi_msgq_dll_defs.h   mqs_taddr_t* world_proc_array;