Searched defs:lua_gettop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ | ||
H A D | lua.h | 183 LUA_API int (lua_gettop) (lua_State *L); variable |
H A D | lapi.c | 182 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() function |