Home
last modified time | relevance | path

Searched refs:luaH_getstr (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltable.h42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
A Dllex.c137 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring()
A Dlapi.c636 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr()
827 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
A Dltable.c763 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
A Dlvm.c1351 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()

Completed in 15 milliseconds