Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dltablib.c54 if (ta->seti == NULL) ta->seti = lua_rawseti; in checktab()
137 ? (luaL_checktype(L, tt, LUA_TTABLE), lua_rawseti) in tmove()
204 lua_rawseti(L, 1, i); in pack()
H A Dlauxlib.c557 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref()
561 lua_rawseti(L, t, ref); in luaL_ref()
570 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref()
572 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
H A Dloadlib.c299 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib()
741 lua_rawseti(L, -2, i+1); in createsearcherstable()
H A Dlua.c233 lua_rawseti(L, -2, i - script); in createargtable()
H A Dlua.h296 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c798 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function