HomeSort by: relevance | last modified time | path
    Searched refs:luaH_getshortstr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
ltable.h 43 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
ltm.c 70 const TValue *tm = luaH_getshortstr(events, ename);
92 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue);
104 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name"));
ltable.c 772 const TValue *luaH_getshortstr (Table *t, TString *key) {
790 return luaH_getshortstr(t, key);
804 case LUA_VSHRSTR: return luaH_getshortstr(t, tsvalue(key));
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)) {

Completed in 19 milliseconds