Searched refs:luaH_getshortstr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltm.c | 70 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 D | ltable.h | 43 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
|
H A D | ltable.c | 772 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 D | lvm.c | 1343 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)) {
|