Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.c60 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm()
82 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
94 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
Dltable.h46 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
Dltable.c539 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr() function
577 return luaH_getshortstr(t, key); in luaH_getstr()
591 case LUA_TSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()