Searched refs:singlematch (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstrlib.c | 338 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function 378 while (singlematch(ms, s + i, p, ep)) in max_expand() 396 else if (singlematch(ms, s, p, ep)) in min_expand() 502 if (!singlematch(ms, s, p, ep)) { in match()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstrlib.c | 325 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function 364 while (singlematch(ms, s + i, p, ep)) in max_expand() 382 else if (singlematch(ms, s, p, ep)) in min_expand() 487 if (!singlematch(ms, s, p, ep)) { in match()
|