MatchState        186 lib/lua/lstrlib.c static int check_capture (MatchState *ms, int l) {
MatchState        194 lib/lua/lstrlib.c static int capture_to_close (MatchState *ms) {
MatchState        202 lib/lua/lstrlib.c static const char *classend (MatchState *ms, const char *p) {
MatchState        278 lib/lua/lstrlib.c static const char *match (MatchState *ms, const char *s, const char *p);
MatchState        281 lib/lua/lstrlib.c static const char *matchbalance (MatchState *ms, const char *s,
MatchState        301 lib/lua/lstrlib.c static const char *max_expand (MatchState *ms, const char *s,
MatchState        316 lib/lua/lstrlib.c static const char *min_expand (MatchState *ms, const char *s,
MatchState        329 lib/lua/lstrlib.c static const char *start_capture (MatchState *ms, const char *s,
MatchState        343 lib/lua/lstrlib.c static const char *end_capture (MatchState *ms, const char *s,
MatchState        354 lib/lua/lstrlib.c static const char *match_capture (MatchState *ms, const char *s, int l) {
MatchState        365 lib/lua/lstrlib.c static const char *match (MatchState *ms, const char *s, const char *p) {
MatchState        466 lib/lua/lstrlib.c static void push_onecapture (MatchState *ms, int i, const char *s,
MatchState        485 lib/lua/lstrlib.c static int push_captures (MatchState *ms, const char *s, const char *e) {
MatchState        513 lib/lua/lstrlib.c     MatchState ms;
MatchState        549 lib/lua/lstrlib.c   MatchState ms;
MatchState        590 lib/lua/lstrlib.c static void add_s (MatchState *ms, luaL_Buffer *b, const char *s,
MatchState        612 lib/lua/lstrlib.c static void add_value (MatchState *ms, luaL_Buffer *b, const char *s,
MatchState        652 lib/lua/lstrlib.c   MatchState ms;