Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c170 typedef struct MatchState { struct
179 } MatchState; typedef
186 static int check_capture (MatchState *ms, int l) { in check_capture()
194 static int capture_to_close (MatchState *ms) { in capture_to_close()
202 static const char *classend (MatchState *ms, const char *p) { in classend()
301 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
316 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
343 static const char *end_capture (MatchState *ms, const char *s, in end_capture()
513 MatchState ms; in str_find_aux()
549 MatchState ms; in gmatch_aux()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c209 typedef struct MatchState { struct
220 } MatchState; argument
237 static int check_capture (MatchState *ms, int l) { in check_capture()
245 static int capture_to_close (MatchState *ms) { in capture_to_close()
253 static const char *classend (MatchState *ms, const char *p) { in classend()
357 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
372 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
399 static const char *end_capture (MatchState *ms, const char *s, in end_capture()
609 MatchState ms; in str_find_aux()
651 MatchState ms; in gmatch_aux()
[all …]