Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h188 LUA_API int (lua_checkstack) (lua_State *L, int n); variable
H A Dlapi.c117 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() function