Searched refs:prev_match (Results 1 – 2 of 2) sorted by relevance
887 const char *prev_match; in match_positive_msgs() local890 prev_match = log; in match_positive_msgs()901 line += count_lines(prev_match, match); in match_positive_msgs()905 prev_match = match; in match_positive_msgs()958 struct match *prev_match = NULL; in validate_msgs() local976 prev_match && prev_match->line + 1 != match->line; in validate_msgs()1001 prev_match->line + 1, match->line); in validate_msgs()1007 prev_match = match; in validate_msgs()
132 IPos prev_match; /* previous match */ member