communicator_t    234 ompi/debuggers/ompi_msgq_dll.c     communicator_t *comm     = extra->communicator_list;
communicator_t    562 ompi/debuggers/ompi_msgq_dll.c static communicator_t * find_communicator( mpi_process_info *p_info,
communicator_t    566 ompi/debuggers/ompi_msgq_dll.c     communicator_t * comm = extra->communicator_list;
communicator_t    581 ompi/debuggers/ompi_msgq_dll.c     communicator_t * ca = *(communicator_t **)a;
communicator_t    582 ompi/debuggers/ompi_msgq_dll.c     communicator_t * cb = *(communicator_t **)b;
communicator_t    596 ompi/debuggers/ompi_msgq_dll.c     communicator_t **commp, *old;
communicator_t    664 ompi/debuggers/ompi_msgq_dll.c             old = (communicator_t *)mqs_malloc (sizeof (communicator_t));
communicator_t    702 ompi/debuggers/ompi_msgq_dll.c         communicator_t *comm = *commp;
communicator_t    721 ompi/debuggers/ompi_msgq_dll.c         communicator_t ** comm_array =
communicator_t    722 ompi/debuggers/ompi_msgq_dll.c             (communicator_t **) mqs_malloc(commcount * sizeof (communicator_t *));
communicator_t    723 ompi/debuggers/ompi_msgq_dll.c         communicator_t *comm = extra->communicator_list;
communicator_t    729 ompi/debuggers/ompi_msgq_dll.c         qsort (comm_array, commcount, sizeof (communicator_t *), compare_comms);
communicator_t    802 ompi/debuggers/ompi_msgq_dll.c     communicator_t     *comm   = extra->current_communicator;
communicator_t   1305 ompi/debuggers/ompi_msgq_dll.c     communicator_t *comm;
communicator_t   1310 ompi/debuggers/ompi_msgq_dll.c             communicator_t *next = comm->next;
communicator_t     66 ompi/debuggers/ompi_msgq_dll_defs.h     struct communicator_t * next;
communicator_t    100 ompi/debuggers/ompi_msgq_dll_defs.h   struct communicator_t *communicator_list;	/* List of communicators in the process */
communicator_t    113 ompi/debuggers/ompi_msgq_dll_defs.h   struct communicator_t *current_communicator;	/* Easy, we're walking a simple list */