Searched defs:lua_checkstack (Results 1 – 2 of 2) sorted by relevance
| /external/lua/src/ | ||
| D | lua.h | 173 LUA_API int (lua_checkstack) (lua_State *L, int n); variable |
| D | lapi.c | 98 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() function |