Searched refs:luaL_newlibtable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/lua/src/ |
| H A D | lauxlib.h | 126 #define luaL_newlibtable(L,l) \ macro 130 (luaL_checkversion(L), luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
|
| H A D | liolib.c | 780 luaL_newlibtable(L, meth); /* create method table */ in createmeta()
|
| H A D | lstrlib.c | 1805 luaL_newlibtable(L, stringmetamethods);
|