Searched refs:matchdepth (Results 1 – 1 of 1) sorted by relevance
222 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member441 if (ms->matchdepth-- == 0) in match()538 ms->matchdepth++; in match()635 ms.matchdepth = MAXCCALLS; in str_find_aux()642 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()676 ms.matchdepth = MAXCCALLS; in gmatch_aux()685 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()783 ms.matchdepth = MAXCCALLS; in str_gsub()790 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()