Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dlstrlib.c198 typedef struct MatchState { struct
209 } MatchState; argument
213 static const char *match (MatchState *ms, const char *s, const char *p);
226 static int check_capture (MatchState *ms, int l) { in check_capture()
234 static int capture_to_close (MatchState *ms) { in capture_to_close()
242 static const char *classend (MatchState *ms, const char *p) { in classend()
309 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
325 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
346 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
361 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
[all …]
/external/syslinux/com32/lua/src/
Dlstrlib.c198 typedef struct MatchState { struct
209 } MatchState; argument
213 static const char *match (MatchState *ms, const char *s, const char *p);
226 static int check_capture (MatchState *ms, int l) { in check_capture()
234 static int capture_to_close (MatchState *ms) { in capture_to_close()
242 static const char *classend (MatchState *ms, const char *p) { in classend()
309 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
325 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
346 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
361 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
[all …]