Searched refs:luaH_getstr (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ltable.h | 47 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
D | ltable.c | 575 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
D | lapi.c | 591 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 747 if (luaV_fastset(L, t, str, slot, luaH_getstr, L->top - 1)) in auxsetstr()
|
D | lvm.c | 883 if (luaV_fastget(L, rb, key, aux, luaH_getstr)) { in luaV_execute()
|