Home
last modified time | relevance | path

Searched refs:match_class (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c226 static int match_class (int c, int cl) { in match_class() function
254 if (match_class(c, uchar(*p))) in matchbracketclass()
271 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c277 static int match_class (int c, int cl) { in match_class() function
306 if (match_class(c, uchar(*p))) in matchbracketclass()
328 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()