Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c208 typedef struct MatchState { struct
219 } MatchState; argument
236 static int check_capture (MatchState *ms, int l) { in check_capture()
244 static int capture_to_close (MatchState *ms) { in capture_to_close()
252 static const char *classend (MatchState *ms, const char *p) { in classend()
356 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
371 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
398 static const char *end_capture (MatchState *ms, const char *s, in end_capture()
608 MatchState ms; in str_find_aux()
650 MatchState ms; in gmatch_aux()
[all …]
/freebsd-14.2/contrib/lua/src/
H A Dlstrlib.c358 typedef struct MatchState { struct
369 } MatchState; argument
386 static int check_capture (MatchState *ms, int l) { in check_capture()
395 static int capture_to_close (MatchState *ms) { in capture_to_close()
403 static const char *classend (MatchState *ms, const char *p) { in classend()
506 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
757 static void prepstate (MatchState *ms, lua_State *L, in prepstate()
767 static void reprepstate (MatchState *ms) { in reprepstate()
793 MatchState ms; in str_find_aux()
834 MatchState ms; /* match state */
[all …]