Home
last modified time | relevance | path

Searched refs:lua_rawseti (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c683 lua_rawseti(L, t, freelist); /* ref = t[freelist] = 0 */ in luaL_ref()
692 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref()
696 lua_rawseti(L, t, ref); in luaL_ref()
706 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref()
708 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
H A Dloadlib.c356 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib()
727 lua_rawseti(L, -2, i+1); in createsearcherstable()
H A Dlua.c191 lua_rawseti(L, -2, i - script); in createargtable()
H A Dlua.h306 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c931 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function