Searched refs:luaH_getstr (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ltable.h | 42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
D | ltable.c | 727 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
D | lapi.c | 618 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 799 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
|
D | lvm.c | 1343 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()
|