Searched refs:matchdepth (Results 1 – 2 of 2) sorted by relevance
210 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member422 if (ms->matchdepth-- == 0) in match()519 ms->matchdepth++; in match()616 ms.matchdepth = MAXCCALLS; in str_find_aux()623 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()657 ms.matchdepth = MAXCCALLS; in gmatch_aux()666 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()764 ms.matchdepth = MAXCCALLS; in str_gsub()771 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()
363 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member571 if (l_unlikely(ms->matchdepth-- == 0)) in match()667 ms->matchdepth++; in match()760 ms->matchdepth = MAXCCALLS; in prepstate()769 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()