Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.h44 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dllex.c145 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring()
H A Dlapi.c652 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 Dltable.c788 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
H A Dlvm.c1475 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) {