| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 74 lua_rawgeti(L, 1, pos+1); in tremove() 84 lua_rawgeti(L, 1, i); in addfield() 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() 202 lua_rawgeti(L, 1, u); in auxsort() 211 lua_rawgeti(L, 1, u-1); in auxsort() 232 lua_rawgeti(L, 1, u-1); 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 | 646 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { in lua_rawgeti() function
|
| /freebsd-13.1/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-13.1/contrib/lua/src/ |
| H A D | loadlib.c | 364 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 632 if (lua_rawgeti(L, 3, i) == LUA_TNIL) { /* no more searchers? */ in findloader()
|
| H A D | lua.h | 255 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 384 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
|
| H A D | lauxlib.c | 653 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref() 657 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 670 lua_rawgeti(L, t, freelist); in luaL_unref()
|
| H A D | lua.c | 214 lua_rawgeti(L, -i, i); in pushargs()
|
| H A D | lapi.c | 710 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
| /freebsd-13.1/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-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 332 lua_rawgeti(L, -1, i - params_off); in getparam_table()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1520 lua_rawgeti(L,bases_table,i+1); in SWIG_Lua_iterate_bases() 3002 lua_rawgeti(L,index,n+1); in SWIG_itable_size() 3027 lua_rawgeti(L,index,i+1);\ 3095 lua_rawgeti(L,index,i+1); in SWIG_DECLARE_TYPEMAP_ARR_FN()
|