Searched refs:luaH_getstr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltable.h | 44 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
H A D | llex.c | 145 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring()
|
H A D | lapi.c | 652 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 843 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
|
H A D | ltable.c | 788 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
H A D | lvm.c | 1475 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) {
|