Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlstrlib.c246 #if !defined(MAXCCALLS)
247 #define MAXCCALLS 200 macro
634 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()
/freebsd-11-stable/contrib/lua/src/
HDlstrlib.c233 #if !defined(MAXCCALLS)
234 #define MAXCCALLS 200 macro
594 ms->matchdepth = MAXCCALLS; in prepstate()
603 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()