Home
last modified time | relevance | path

Searched refs:lua_rawgeti (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltablib.c75 lua_rawgeti(L, 1, pos+1); in tremove()
85 lua_rawgeti(L, 1, i); in addfield()
148 lua_rawgeti(L, 1, i); in unpack()
189 lua_rawgeti(L, 1, l); in auxsort()
190 lua_rawgeti(L, 1, u); in auxsort()
197 lua_rawgeti(L, 1, i); in auxsort()
198 lua_rawgeti(L, 1, l); in auxsort()
203 lua_rawgeti(L, 1, u); in auxsort()
212 lua_rawgeti(L, 1, u-1); in auxsort()
233 lua_rawgeti(L, 1, u-1); in auxsort()
[all …]
H A Dlauxlib.c490 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref()
494 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref()
507 lua_rawgeti(L, t, freelist); in luaL_unref()
H A Dlua.h226 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n); variable
343 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
H A Dlbaselib.c223 lua_rawgeti(L, 1, i); in ipairsaux()
H A Dlapi.c648 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { in lua_rawgeti() function
/freebsd-12.1/contrib/lua/src/
H A Dlua.h246 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable
364 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
H A Dloadlib.c348 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm()
578 if (lua_rawgeti(L, 3, i) == LUA_TNIL) { /* no more searchers? */ in findloader()
H A Dlauxlib.c602 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref()
606 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref()
619 lua_rawgeti(L, t, freelist); in luaL_unref()
H A Dlua.c431 lua_rawgeti(L, -i, i); in pushargs()
H A Dlapi.c658 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c114 lua_rawgeti (fd->L, LUA_REGISTRYINDEX, fd->idx); in lua_ucl_userdata_emitter()
247 lua_rawgeti (L, LUA_REGISTRYINDEX, fd->idx); in ucl_object_lua_push_scalar()