np               2573 lib/fencing/st_client.c     stonith_history_t *new = NULL, *pending = NULL, *hp, *np, *tmp;
np               2583 lib/fencing/st_client.c                 np = new;
np               2585 lib/fencing/st_client.c                     if ((!np->next) || (hp->completed > np->next->completed)) {
np               2586 lib/fencing/st_client.c                         hp->next = np->next;
np               2587 lib/fencing/st_client.c                         np->next = hp;
np               2590 lib/fencing/st_client.c                     np = np->next;
np               1543 tools/crm_mon.c     stonith_history_t *new = history, *hp, *np;
np               1554 tools/crm_mon.c             for (np = new; ; np = np->next) {
np               1557 tools/crm_mon.c                     if (pcmk__str_eq(hp->target, np->target, pcmk__str_casei) &&
np               1558 tools/crm_mon.c                         pcmk__str_eq(hp->action, np->action, pcmk__str_casei) &&
np               1559 tools/crm_mon.c                         (hp->state == np->state) &&
np               1561 tools/crm_mon.c                          pcmk__str_eq(hp->delegate, np->delegate, pcmk__str_casei))) {
np               1568 tools/crm_mon.c                 if (!np->next) {
np               1569 tools/crm_mon.c                     np->next = hp;