Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlauxlib.c494 static const luaL_Reg boxmt[] = { /* box metamethods */ variable
506 luaL_setfuncs(L, boxmt, 0); /* set its metamethods */ in newbox()