HomeSort by: relevance | last modified time | path
    Searched refs:luaH_set (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
ltable.h 48 LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key,
ltable.c 528 luaH_set(L, t, &k, gval(old));
703 luaH_set(L, t, key, value); /* insert key into grown table */
840 void luaH_set (lua_State *L, Table *t, const TValue *key, TValue *value) {
lapi.c 911 luaH_set(L, t, key, s2v(L->top.p - 1));

Completed in 71 milliseconds