Searched refs:singlematch (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/lua/ |
| HD | lstrlib.c | 319 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function 359 while (singlematch(ms, s + i, p, ep)) in max_expand() 377 else if (singlematch(ms, s, p, ep)) in min_expand() 483 if (!singlematch(ms, s, p, ep)) { in match()
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | lstrlib.c | 470 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function 509 while (singlematch(ms, s + i, p, ep)) in max_expand() 527 else if (singlematch(ms, s, p, ep)) in min_expand() 632 if (!singlematch(ms, s, p, ep)) { in match()
|