Home
last modified time | relevance | path

Searched refs:lua_rawseti (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltablib.c55 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()
Dlauxlib.c534 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()
Dloadlib.c266 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()
Dlua.c204 lua_rawseti(L, -2, i - n); in getargs()
Dlapi.c784 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable