Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h151 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable
H A Dlapi.c91 LUA_API int lua_checkstack (lua_State *L, int size) { in lua_checkstack() function