nxt               328 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     pmix_event_hdlr_t *nxt;
nxt               395 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
nxt               396 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (nxt->codes[0] == chain->status &&
nxt               397 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_notify_check_range(&nxt->rng, &chain->source) &&
nxt               398 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_notify_check_affected(nxt->affected, nxt->naffected,
nxt               400 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 chain->evhdlr = nxt;
nxt               414 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 nxt->evhdlr(nxt->index,
nxt               436 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
nxt               437 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (!pmix_notify_check_range(&nxt->rng, &chain->source) ||
nxt               438 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 !pmix_notify_check_affected(nxt->affected, nxt->naffected,
nxt               442 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             for (n=0; n < nxt->ncodes; n++) {
nxt               445 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (nxt->codes[n] == chain->status) {
nxt               446 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     chain->evhdlr = nxt;
nxt               460 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     nxt->evhdlr(nxt->index,
nxt               480 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
nxt               483 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (pmix_notify_check_range(&nxt->rng, &chain->source) &&
nxt               484 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_notify_check_affected(nxt->affected, nxt->naffected,
nxt               486 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 chain->evhdlr = nxt;
nxt               500 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 nxt->evhdlr(nxt->index,
nxt               630 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     pmix_iof_req_t *req, *nxt;
nxt               656 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_LIST_FOREACH_SAFE(req, nxt, &pmix_globals.iof_requests, pmix_iof_req_t) {
nxt              2285 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     pmix_server_caddy_t *cd, *nxt;
nxt              2364 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_LIST_FOREACH_SAFE(cd, nxt, &tracker->local_cbs, pmix_server_caddy_t) {
nxt               258 orte/mca/filem/raw/filem_raw_module.c     char *cptr, *nxt, *filestring;
nxt               355 orte/mca/filem/raw/filem_raw_module.c                 nxt = cptr;
nxt               356 orte/mca/filem/raw/filem_raw_module.c                 nxt++;
nxt               362 orte/mca/filem/raw/filem_raw_module.c                         if ('.' == *nxt || '/' == *nxt) {
nxt               363 orte/mca/filem/raw/filem_raw_module.c                             cptr = nxt;
nxt               364 orte/mca/filem/raw/filem_raw_module.c                             nxt++;
nxt               374 orte/mca/filem/raw/filem_raw_module.c                         cptr = nxt;
nxt               375 orte/mca/filem/raw/filem_raw_module.c                         nxt++;
nxt               507 orte/mca/filem/raw/filem_raw_module.c         nxt = cptr;
nxt               508 orte/mca/filem/raw/filem_raw_module.c         nxt++;
nxt               514 orte/mca/filem/raw/filem_raw_module.c                 if ('.' == *nxt || '/' == *nxt) {
nxt               515 orte/mca/filem/raw/filem_raw_module.c                     cptr = nxt;
nxt               516 orte/mca/filem/raw/filem_raw_module.c                     nxt++;
nxt               526 orte/mca/filem/raw/filem_raw_module.c                 cptr = nxt;
nxt               527 orte/mca/filem/raw/filem_raw_module.c                 nxt++;
nxt               418 orte/mca/rmaps/ppr/rmaps_ppr.c     hwloc_obj_t nxt;
nxt               424 orte/mca/rmaps/ppr/rmaps_ppr.c         nxt = find_split(topo, obj->children[k]);
nxt               425 orte/mca/rmaps/ppr/rmaps_ppr.c         if (NULL != nxt) {
nxt               426 orte/mca/rmaps/ppr/rmaps_ppr.c             return nxt;