Searched refs:start_capture (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 385 static const char *start_capture (MatchState *ms, const char *s, in start_capture() function 429 s = start_capture(ms, s, p + 2, CAP_POSITION); in match() 431 s = start_capture(ms, s, p + 1, CAP_UNFINISHED); in match()
|
| /freebsd/contrib/lua/src/ |
| H A D | lstrlib.c | 534 static const char *start_capture (MatchState *ms, const char *s, in start_capture() function 578 s = start_capture(ms, s, p + 2, CAP_POSITION); in match() 580 s = start_capture(ms, s, p + 1, CAP_UNFINISHED); in match()
|