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

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

Completed in 99 milliseconds