Searched refs:luaL_newlibtable (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 96 #define luaL_newlibtable(L,l) \ macro 99 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.h | 127 #define luaL_newlibtable(L,l) \ macro 131 (luaL_checkversion(L), luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
|
H A D | liolib.c | 800 luaL_newlibtable(L, meth); /* create method table */ in createmeta()
|
H A D | lstrlib.c | 1874 luaL_newlibtable(L, stringmetamethods);
|
/freebsd/libexec/flua/modules/ |
H A D | lfbsd.c | 279 luaL_newlibtable(L, fbsd_process); in luaopen_fbsd()
|