Searched refs:luaH_getshortstr (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ltm.c | 61 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm() 83 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj() 95 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
|
D | ltable.h | 41 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
|
D | ltable.c | 711 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr() function 729 return luaH_getshortstr(t, key); in luaH_getstr() 743 case LUA_VSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()
|
D | lvm.c | 1219 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute() 1259 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) { in luaV_execute() 1272 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute() 1312 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) { in luaV_execute()
|