Searched refs:lua_rawgeti (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ltablib.c | 54 lua_rawgeti(L, 1, i-1); in tinsert() 73 lua_rawgeti(L, 1, pos); /* result = t[pos] */ in tremove() 75 lua_rawgeti(L, 1, pos+1); in tremove() 85 lua_rawgeti(L, 1, i); in addfield() 146 lua_rawgeti(L, 1, i); /* push arg[i] (avoiding overflow problems) */ in unpack() 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() [all …]
|
H A D | lauxlib.c | 490 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 D | lua.h | 226 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n); variable 343 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
|
H A D | lbaselib.c | 219 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
|