graph_flags       127 include/crm/pengine/internal.h #define pe__set_graph_flags(graph_flags, gr_action, flags_to_set) do {      \
graph_flags       128 include/crm/pengine/internal.h         graph_flags = pcmk__set_flags_as(__func__, __LINE__,                \
graph_flags       130 include/crm/pengine/internal.h                                          (gr_action)->uuid, graph_flags,    \
graph_flags       134 include/crm/pengine/internal.h #define pe__clear_graph_flags(graph_flags, gr_action, flags_to_clear) do {     \
graph_flags       135 include/crm/pengine/internal.h         graph_flags = pcmk__clear_flags_as(__func__, __LINE__,                 \
graph_flags       137 include/crm/pengine/internal.h                                            (gr_action)->uuid, graph_flags,     \