Home
last modified time | relevance | path

Searched refs:tmname (Results 1 – 9 of 9) sorted by last modified time

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c492 *name = getstr(G(L)->tmname[tm]); in getfuncname()
H A Dltm.c40 G(L)->tmname[i] = luaS_new(L, luaT_eventname[i]); in luaT_init()
41 luaS_fix(G(L)->tmname[i]); /* never collect these names */ in luaT_init()
73 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
H A Dlstate.h146 TString *tmname[TM_N]; /* array with tag-method names */ member
H A Dltm.h42 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
/freebsd/contrib/lua/src/
H A Dltm.c50 G(L)->tmname[i] = luaS_new(L, luaT_eventname[i]); in luaT_init()
51 luaC_fix(L, obj2gco(G(L)->tmname[i])); /* never collect these names */ in luaT_init()
83 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj()
H A Dltm.h66 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
H A Dluac.c40 static TString **tmname; variable
174 tmname=G(L)->tmname; in pmain()
218 #define eventname(i) (getstr(tmname[i]))
H A Dldebug.c630 *name = getstr(G(L)->tmname[tm]) + 2; in funcnamefromcode()
H A Dlstate.h298 TString *tmname[TM_N]; /* array with tag-method names */ member