last_match_index  954 lib/pengine/rules.c     const char *p, *last_match_index;
last_match_index  961 lib/pengine/rules.c     p = last_match_index = string;
last_match_index  968 lib/pengine/rules.c                 len += p - last_match_index + (match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so);
last_match_index  969 lib/pengine/rules.c                 last_match_index = p + 2;
last_match_index  975 lib/pengine/rules.c     len += p - last_match_index + 1;