HomeSort by relevance Sort by last modified time
    Searched refs:luaV_fastset (Results 1 - 3 of 3) sorted by null

  /external/lua/src/
lvm.h 80 #define luaV_fastset(L,t,k,slot,f,v) \
91 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
lapi.c 747 if (luaV_fastset(L, t, str, slot, luaH_getstr, L->top - 1))
789 if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
lvm.c 200 ** entry. (The value at 'slot' must be nil, otherwise 'luaV_fastset'
233 if (luaV_fastset(L, t, key, slot, luaH_get, val))
781 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
    [all...]

Completed in 240 milliseconds