Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c261 static const luaL_Reg stringmetamethods[] = { variable
336 static const luaL_Reg stringmetamethods[] = { variable
1884 luaL_newlibtable(L, stringmetamethods); in createmetatable()
1885 luaL_setfuncs(L, stringmetamethods, 0); in createmetatable()