Home
last modified time | relevance | path

Searched refs:luaT_gettm (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dltm.h42 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
Dltm.c52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() function