Searched refs:lua_rawseti (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ltablib.c | 55 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 63 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 76 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 79 lua_rawseti(L, 1, pos); /* t[pos] = nil */ in tremove() 127 lua_rawseti(L, -2, 1); /* insert first element */ in pack() 130 lua_rawseti(L, 1, i); in pack() 166 lua_rawseti(L, 1, i); in set2() 167 lua_rawseti(L, 1, j); in set2()
|
| H A D | lauxlib.c | 495 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 499 lua_rawseti(L, t, ref); in luaL_ref() 508 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 510 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
| H A D | lua.h | 241 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
| H A D | lapi.c | 783 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 607 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 611 lua_rawseti(L, t, ref); in luaL_ref() 620 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 622 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
| H A D | loadlib.c | 336 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib() 743 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 | 263 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
| H A D | lapi.c | 817 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 186 lua_rawseti (L, -2, i); in ucl_object_lua_push_array() 202 lua_rawseti (L, -2, i); in ucl_object_lua_push_array()
|