Searched refs:lua_rawseti (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ltablib.c | 55 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 63 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 76 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 79 lua_rawseti(L, 1, pos); /* t[pos] = nil */ in tremove() 127 lua_rawseti(L, -2, 1); /* insert first element */ in pack() 130 lua_rawseti(L, 1, i); in pack() 165 lua_rawseti(L, 1, i); in set2() 166 lua_rawseti(L, 1, j); in set2()
|
D | lauxlib.c | 534 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 538 lua_rawseti(L, t, ref); in luaL_ref() 547 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 549 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
D | loadlib.c | 266 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in ll_addtoclib() 685 lua_rawseti(L, -2, i+1); in createsearcherstable()
|
D | lua.c | 204 lua_rawseti(L, -2, i - n); in getargs()
|
D | lapi.c | 784 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|