Searched refs:lua_rawseti (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ltablib.c | 54 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 D | lauxlib.c | 557 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 D | loadlib.c | 299 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 D | lua.c | 233 lua_rawseti(L, -2, i - script); in createargtable()
|
| H A D | lua.h | 296 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
| H A D | lapi.c | 798 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|