Searched refs:MAXCCALLS (Results 1 – 2 of 2) sorted by relevance
246 #if !defined(MAXCCALLS)247 #define MAXCCALLS 200 macro634 ms.matchdepth = MAXCCALLS; in str_find_aux()641 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()675 ms.matchdepth = MAXCCALLS; in gmatch_aux()684 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()782 ms.matchdepth = MAXCCALLS; in str_gsub()789 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()
233 #if !defined(MAXCCALLS)234 #define MAXCCALLS 200 macro594 ms->matchdepth = MAXCCALLS; in prepstate()603 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()