Home
last modified time | relevance | path

Searched refs:luaH_getshortstr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dltm.c70 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm()
92 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj()
104 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
H A Dltable.h43 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
H A Dltable.c772 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr() function
790 return luaH_getshortstr(t, key); in luaH_getstr()
804 case LUA_VSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()
H A Dlvm.c1343 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) {
1386 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) {
1399 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) {
1442 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) {