re                 45 include/crm/pengine/rules.h     pe_re_match_data_t *re;
re                185 lib/pengine/failcounts.c                     gboolean is_legacy, gboolean is_unique, regex_t *re)
re                204 lib/pengine/failcounts.c     CRM_LOG_ASSERT(regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) == 0);
re                 71 lib/pengine/rules.c                                     .re = re_match_data,
re                128 lib/pengine/rules.c                                     .re = re_match_data,
re                299 lib/pengine/rules.c         if (match_data->re) {
re                300 lib/pengine/rules.c             char *resolved_attr = pe_expand_re_matches(attr, match_data->re);
re                703 pengine/constraints.c                                                 .re = &re_match_data,
re               1034 pengine/constraints.c     if (match_data && match_data->re && match_data->re->nregs > 0 && match_data->re->pmatch[0].rm_so != -1) {
re               1036 pengine/constraints.c             char *result = pe_expand_re_matches(score, match_data->re);