HomeSort by relevance Sort by last modified time
    Searched defs:luaH_newkey (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 405 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) {
514 else return luaH_newkey(L, t, key);
526 cell = luaH_newkey(L, t, &k);
  /external/lua/src/
ltable.c 461 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) {
614 else return luaH_newkey(L, t, key);
626 cell = luaH_newkey(L, t, &k);

Completed in 171 milliseconds