Searched refs:LUA_MAXCAPTURES (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c21 #if !defined(LUA_MAXCAPTURES)
22 #define LUA_MAXCAPTURES 16 macro
218 } capture[LUA_MAXCAPTURES];
388 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures");
/freebsd-current/contrib/lua/src/
H A Dlstrlib.c34 #if !defined(LUA_MAXCAPTURES)
35 #define LUA_MAXCAPTURES 32 macro
368 } capture[LUA_MAXCAPTURES];
538 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures");

Completed in 168 milliseconds