commp             596 ompi/debuggers/ompi_msgq_dll.c     communicator_t **commp, *old;
commp             699 ompi/debuggers/ompi_msgq_dll.c     commp = &extra->communicator_list;
commp             701 ompi/debuggers/ompi_msgq_dll.c     for (; *commp; ) {
commp             702 ompi/debuggers/ompi_msgq_dll.c         communicator_t *comm = *commp;
commp             708 ompi/debuggers/ompi_msgq_dll.c             commp = &(*commp)->next;        /* go to the next communicator */
commp             710 ompi/debuggers/ompi_msgq_dll.c             *commp = comm->next;			/* Remove from the list, *commp now points to the next */