Searched refs:match_class (Results 1 – 2 of 2) sorted by relevance
226 static int match_class (int c, int cl) { in match_class() function254 if (match_class(c, uchar(*p))) in matchbracketclass()271 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
277 static int match_class (int c, int cl) { in match_class() function306 if (match_class(c, uchar(*p))) in matchbracketclass()328 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()