/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltablib.c | 53 lua_rawgeti(L, 1, i-1); in tinsert() 72 lua_rawgeti(L, 1, pos); /* result = t[pos] */ in tremove() 74 lua_rawgeti(L, 1, pos+1); in tremove() 84 lua_rawgeti(L, 1, i); in addfield() 145 lua_rawgeti(L, 1, i); /* push arg[i] (avoiding overflow problems) */ in unpack() 147 lua_rawgeti(L, 1, i); in unpack() 188 lua_rawgeti(L, 1, l); in auxsort() 189 lua_rawgeti(L, 1, u); in auxsort() 196 lua_rawgeti(L, 1, i); in auxsort() 197 lua_rawgeti(L, 1, l); in auxsort() [all …]
|
H A D | lauxlib.c | 489 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref() 493 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 506 lua_rawgeti(L, t, freelist); in luaL_unref()
|
H A D | lbaselib.c | 217 lua_rawgeti(L, 1, i); in ipairsaux()
|
H A D | lapi.c | 648 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { in lua_rawgeti() function
|
/freebsd/libexec/flua/modules/ |
H A D | lfbsd.c | 54 t = lua_rawgeti(L, abs_arg, i+1); in luaL_checkarraystrings()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 227 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n); variable 344 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
|
/freebsd/contrib/lua/src/ |
H A D | loadlib.c | 366 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 635 if (l_unlikely(lua_rawgeti(L, 3, i) == LUA_TNIL)) { /* no more searchers? */ in findloader()
|
H A D | lua.h | 266 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 396 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
|
H A D | lauxlib.c | 668 if (lua_rawgeti(L, t, freelist) == LUA_TNIL) { /* first access? */ in luaL_ref() 679 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 692 lua_rawgeti(L, t, freelist); in luaL_unref()
|
H A D | lua.c | 242 lua_rawgeti(L, -i, i); in pushargs()
|
H A D | ltests.c | 1065 lua_rawgeti(L, LUA_REGISTRYINDEX, luaL_checkinteger(L, 1)); in getref() 1623 lua_rawgeti(L1, t, getnum); in runC()
|
H A D | lapi.c | 744 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 203 lua_rawgeti(L, $input, i); 275 lua_rawgeti(L, $input, i);
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 125 lua_rawgeti (fd->L, LUA_REGISTRYINDEX, fd->idx); in lua_ucl_userdata_emitter() 266 lua_rawgeti (L, LUA_REGISTRYINDEX, fd->idx); in ucl_object_lua_push_scalar()
|
/freebsd/libexec/flua/libjail/ |
H A D | lua_jail.c | 327 lua_rawgeti(L, -1, i - params_off); in getparam_table()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1543 lua_rawgeti(L,bases_table,i+1); in SWIG_Lua_iterate_bases() 3082 lua_rawgeti(L,index,n+1); in SWIG_itable_size() 3107 lua_rawgeti(L,index,i+1);\ 3175 lua_rawgeti(L,index,i+1); in SWIG_DECLARE_TYPEMAP_ARR_FN() 19192 lua_rawgeti(L, 3, i); in _wrap_SBData_CreateDataFromUInt64Array() 19251 lua_rawgeti(L, 3, i); in _wrap_SBData_CreateDataFromUInt32Array() 19310 lua_rawgeti(L, 3, i); in _wrap_SBData_CreateDataFromSInt64Array() 19369 lua_rawgeti(L, 3, i); in _wrap_SBData_CreateDataFromSInt32Array() 19428 lua_rawgeti(L, 3, i); in _wrap_SBData_CreateDataFromDoubleArray() 19515 lua_rawgeti(L, 2, i); in _wrap_SBData_SetDataFromUInt64Array() [all …]
|