Home
last modified time | relevance | path

Searched defs:lua_checkstack (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h151 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable
/freebsd/contrib/lua/src/
H A Dlua.h184 LUA_API int (lua_checkstack) (lua_State *L, int n); variable
H A Dlapi.c111 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c88 LUA_API int lua_checkstack (lua_State *L, int size) { in lua_checkstack() function