Searched defs:lua_checkstack (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/lua/src/ | ||
D | lua.h | 157 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable |
D | lapi.c | 92 LUA_API int lua_checkstack (lua_State *L, int size) { in lua_checkstack() function |