Searched refs:luaH_getstr (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltable.h | 42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
A D | llex.c | 137 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring()
|
A D | lapi.c | 636 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 827 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
|
A D | ltable.c | 763 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
A D | lvm.c | 1351 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()
|
Completed in 15 milliseconds