Searched refs:matchdepth (Results 1 – 2 of 2) sorted by relevance
199 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member411 if (ms->matchdepth-- == 0) in match()508 ms->matchdepth++; in match()605 ms.matchdepth = MAXCCALLS; in str_find_aux()612 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()646 ms.matchdepth = MAXCCALLS; in gmatch_aux()655 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()753 ms.matchdepth = MAXCCALLS; in str_gsub()760 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()