Searched defs:lua_settop (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 169 LUA_API void (lua_settop) (lua_State *L, int idx); variable |
H A D | lapi.c | 173 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function |