Searched refs:MAXCCALLS (Results 1 – 2 of 2) sorted by relevance
227 #if !defined(MAXCCALLS)228 #define MAXCCALLS 200 macro615 ms.matchdepth = MAXCCALLS; in str_find_aux()622 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()656 ms.matchdepth = MAXCCALLS; in gmatch_aux()665 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()763 ms.matchdepth = MAXCCALLS; in str_gsub()770 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()
377 #if !defined(MAXCCALLS)378 #define MAXCCALLS 200 macro760 ms->matchdepth = MAXCCALLS; in prepstate()769 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()