Home
last modified time | relevance | path

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

/external/lua/src/
Dlua.h263 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
Dlapi.c817 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function