Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h169 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0)) macro
/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.h210 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0)) macro
H A Dluaconf.h.dist390 ** module functions 'module' (Lua) and 'luaL_register' (C).