then_action       650 lib/pacemaker/libpacemaker_private.h                         char *then_task, pcmk_action_t *then_action,
then_action      1399 lib/pacemaker/pcmk_sched_instances.c         pcmk_action_t *then_action = NULL;
then_action      1421 lib/pacemaker/pcmk_sched_instances.c         then_action = find_instance_action(then, then_instance, then->task,
then_action      1423 lib/pacemaker/pcmk_sched_instances.c         if (then_action == NULL) {
then_action      1427 lib/pacemaker/pcmk_sched_instances.c         if (order_actions(first_action, then_action, type)) {
then_action      1433 lib/pacemaker/pcmk_sched_instances.c             first_action, then_action, node,
then_action       533 lib/pacemaker/pcmk_sched_ordering.c                    char *then_action_task, pcmk_action_t *then_action,
then_action       540 lib/pacemaker/pcmk_sched_ordering.c               && ((then_action != NULL) || (then_rsc != NULL)),
then_action       546 lib/pacemaker/pcmk_sched_ordering.c     if ((then_rsc == NULL) && (then_action != NULL)) {
then_action       547 lib/pacemaker/pcmk_sched_ordering.c         then_rsc = then_action->rsc;
then_action       557 lib/pacemaker/pcmk_sched_ordering.c     order->action2 = then_action;
then_action       565 lib/pacemaker/pcmk_sched_ordering.c     if ((order->task2 == NULL) && (then_action != NULL)) {
then_action       566 lib/pacemaker/pcmk_sched_ordering.c         order->task2 = strdup(then_action->uuid);
then_action       573 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rsc2 == NULL) && (then_action != NULL)) {
then_action       574 lib/pacemaker/pcmk_sched_ordering.c         order->rsc2 = then_action->rsc;
then_action        61 lib/pacemaker/pcmk_sched_remote.c order_start_then_action(pcmk_resource_t *first_rsc, pcmk_action_t *then_action,
then_action        64 lib/pacemaker/pcmk_sched_remote.c     if ((first_rsc != NULL) && (then_action != NULL)) {
then_action        66 lib/pacemaker/pcmk_sched_remote.c                            then_action->rsc, NULL, then_action,