Home
last modified time | relevance | path

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

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