Searched refs:luaL_newlibtable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 95 #define luaL_newlibtable(L,l) \ macro 98 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
|
| /freebsd-14.2/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 | 787 luaL_newlibtable(L, meth); /* create method table */ in createmeta()
|
| H A D | lstrlib.c | 1874 luaL_newlibtable(L, stringmetamethods);
|