Home
last modified time | relevance | path

Searched refs:LUA_MAXCAPTURES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c22 #if !defined(LUA_MAXCAPTURES)
23 #define LUA_MAXCAPTURES 16 macro
219 } capture[LUA_MAXCAPTURES];
389 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures"); in start_capture()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h633 #define LUA_MAXCAPTURES 32 macro
H A Dlstrlib.c178 } capture[LUA_MAXCAPTURES];
333 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures"); in start_capture()