Home
last modified time | relevance | path

Searched refs:LUAMOD_API (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h15 LUAMOD_API int (luaopen_base) (lua_State *L);
18 LUAMOD_API int (luaopen_coroutine) (lua_State *L);
21 LUAMOD_API int (luaopen_table) (lua_State *L);
24 LUAMOD_API int (luaopen_io) (lua_State *L);
27 LUAMOD_API int (luaopen_os) (lua_State *L);
30 LUAMOD_API int (luaopen_string) (lua_State *L);
33 LUAMOD_API int (luaopen_bit32) (lua_State *L);
36 LUAMOD_API int (luaopen_math) (lua_State *L);
39 LUAMOD_API int (luaopen_debug) (lua_State *L);
42 LUAMOD_API int (luaopen_package) (lua_State *L);
H A Dluaconf.h164 #define LUAMOD_API LUALIB_API macro
/freebsd/contrib/lua/src/
H A Dlualib.h18 LUAMOD_API int (luaopen_base) (lua_State *L);
21 LUAMOD_API int (luaopen_coroutine) (lua_State *L);
24 LUAMOD_API int (luaopen_table) (lua_State *L);
27 LUAMOD_API int (luaopen_io) (lua_State *L);
30 LUAMOD_API int (luaopen_os) (lua_State *L);
33 LUAMOD_API int (luaopen_string) (lua_State *L);
36 LUAMOD_API int (luaopen_utf8) (lua_State *L);
39 LUAMOD_API int (luaopen_math) (lua_State *L);
42 LUAMOD_API int (luaopen_debug) (lua_State *L);
45 LUAMOD_API int (luaopen_package) (lua_State *L);
H A Dlcorolib.c206 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine()
H A Dlutf8lib.c285 LUAMOD_API int luaopen_utf8 (lua_State *L) { in luaopen_utf8()
H A Dluaconf.h297 #define LUAMOD_API LUA_API macro
H A Dloslib.c424 LUAMOD_API int luaopen_os (lua_State *L) { in luaopen_os()
H A Dltablib.c426 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table()
H A Dldblib.c479 LUAMOD_API int luaopen_debug (lua_State *L) { in luaopen_debug()
H A Dlbaselib.c537 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base()
H A Dloadlib.c744 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package()
H A Dluaconf.h.dist267 @@ LUAMOD_API is a mark for all standard library opening functions.
292 #define LUAMOD_API LUA_API
H A Dlmathlib.c751 LUAMOD_API int luaopen_math (lua_State *L) { in luaopen_math()
H A Dliolib.c819 LUAMOD_API int luaopen_io (lua_State *L) { in luaopen_io()
H A Dlstrlib.c1889 LUAMOD_API int luaopen_string (lua_State *L) {
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c148 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine()
H A Dlbaselib.c278 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base()
H A Dltablib.c273 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table()
H A Dlstrlib.c1028 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string()
/freebsd/lib/liblua/
H A Dluaconf.h294 #define LUAMOD_API LUA_API macro
/freebsd/stand/liblua/
H A Dluaconf.h287 #define LUAMOD_API LUA_API macro