Searched refs:logrus (Results 1 – 1 of 1) sorted by relevance
283 struct step *logrus; in walk_pattern() local303 logrus = TT.restart ? ((struct step *)TT.restart)-1 : (void *)TT.pattern; in walk_pattern()306 while (logrus) { in walk_pattern()307 char *str, c = logrus->c; in walk_pattern()310 if (*logrus->lmatch || *logrus->rmatch) { in walk_pattern()315 if (logrus->hit) { in walk_pattern()316 if (!(lm = logrus->lmatch[1])) { in walk_pattern()317 if (!logrus->rmatch[1]) logrus->hit = 0; in walk_pattern()319 void *rm = get_regex(logrus, logrus->rmatch[1]); in walk_pattern()324 } else if (lm > 0 && lm < TT.count) logrus->hit = 0; in walk_pattern()[all …]