Searched refs:lua_rawseti (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.c | 683 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 D | loadlib.c | 356 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 D | lua.c | 191 lua_rawseti(L, -2, i - script); in createargtable()
|
H A D | lua.h | 306 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
H A D | lapi.c | 931 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|