/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltablib.c | 54 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 62 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 75 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 78 lua_rawseti(L, 1, pos); /* t[pos] = nil */ in tremove() 126 lua_rawseti(L, -2, 1); /* insert first element */ in pack() 129 lua_rawseti(L, 1, i); in pack() 165 lua_rawseti(L, 1, i); in set2() 166 lua_rawseti(L, 1, j); in set2()
|
H A D | lauxlib.c | 494 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 498 lua_rawseti(L, t, ref); in luaL_ref() 507 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 509 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
H A D | lapi.c | 783 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 671 lua_rawseti(L, t, freelist); /* ref = t[freelist] = 0 */ in luaL_ref() 680 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 684 lua_rawseti(L, t, ref); in luaL_ref() 694 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 696 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
H A D | loadlib.c | 354 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib() 725 lua_rawseti(L, -2, i+1); in createsearcherstable()
|
H A D | ltests.c | 773 lua_rawseti(L, -2, i+1); in listk() 789 lua_rawseti(L, -2, 2 * i + 1); in listabslineinfo() 791 lua_rawseti(L, -2, 2 * i + 2); in listabslineinfo() 1411 lua_rawseti(L1, t, i + 1); in runC() 1635 lua_rawseti(L1, t, getnum); in runC()
|
H A D | lua.c | 189 lua_rawseti(L, -2, i - script); in createargtable()
|
H A D | lua.h | 283 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
H A D | lapi.c | 921 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 194 lua_rawseti (L, -2, i); in ucl_object_lua_push_array() 213 lua_rawseti (L, -2, i); in ucl_object_lua_push_array()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
/freebsd/libexec/flua/libjail/ |
H A D | lua_jail.c | 307 lua_rawseti(L, -2, i + 1); in l_allparams()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 2080 lua_rawseti(L,-2,i+1); /* In lua indexing starts from 1 */ in SWIG_Lua_add_class_instance_details() 3157 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/ \ 3222 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/ in SWIG_write_ptr_array()
|