Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h140 #define luaL_newlibtable(L,l) \ macro
144 (luaL_checkversion(L), luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
H A Dliolib.c789 luaL_newlibtable(L, meth); /* create method table */ in createmeta()
H A Dlstrlib.c1884 luaL_newlibtable(L, stringmetamethods); in createmetatable()