Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c385 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 Dlstrlib.c534 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()