Home
last modified time | relevance | path

Searched refs:MAXCCALLS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlstrlib.c228 #if !defined(MAXCCALLS)
229 #define MAXCCALLS 200 macro
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()
/freebsd-13-stable/contrib/lua/src/
HDlstrlib.c375 #if !defined(MAXCCALLS)
376 #define MAXCCALLS 200 macro
757 ms->matchdepth = MAXCCALLS; in prepstate()
766 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()