Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlfunc.c113 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in callclosemethod()
130 const TValue *tm = luaT_gettmbyobj(L, s2v(level), TM_CLOSE); in checkclosemth()
Dltm.h48 TM_CLOSE, enumerator
Dldebug.c630 case OP_CLOSE: case OP_RETURN: tm = TM_CLOSE; break; in funcnamefromcode()