Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltablib.c54 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 Dlauxlib.c494 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 Dlapi.c783 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
/freebsd/contrib/lua/src/
H A Dlauxlib.c674 lua_rawseti(L, t, freelist); /* ref = t[freelist] = 0 */ in luaL_ref()
683 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref()
687 lua_rawseti(L, t, ref); in luaL_ref()
697 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref()
699 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
H A Dloadlib.c345 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib()
716 lua_rawseti(L, -2, i+1); in createsearcherstable()
H A Dltests.c773 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 Dlua.c190 lua_rawseti(L, -2, i - script); in createargtable()
H A Dlua.h283 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c921 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
/freebsd/contrib/lyaml/ext/yaml/
H A Dparser.c113 lua_rawseti (L, -2, lua_objlen (L, -2) + 1); in parser_append_tag()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c199 lua_rawseti (L, -2, i); in ucl_object_lua_push_array()
218 lua_rawseti (L, -2, i); in ucl_object_lua_push_array()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c307 lua_rawseti(L, -2, i + 1); in l_allparams()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2080 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()