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

/dovecot/src/lib-lua/
H A Ddlua-script-private.h17 #define luaL_newlibtable(L, l) (lua_createtable(L, 0, sizeof(l)/sizeof(*(l))-1)) macro
18 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_register(L, NULL, l))

Completed in 6 milliseconds