Home
last modified time | relevance | path

Searched defs:luaopen_math (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlualib.h36 LUAMOD_API int (luaopen_math) (lua_State *L); variable
/freebsd-12.1/contrib/lua/src/
H A Dlualib.h42 LUAMOD_API int (luaopen_math) (lua_State *L); variable
H A Dlmathlib.c398 LUAMOD_API int luaopen_math (lua_State *L) { in luaopen_math() function