Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlua.h169 LUA_API void (lua_settop) (lua_State *L, int idx); variable
H A Dlapi.c173 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function