Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h16 LUAMOD_API int (luaopen_base) (lua_State *L);
19 LUAMOD_API int (luaopen_coroutine) (lua_State *L);
22 LUAMOD_API int (luaopen_table) (lua_State *L);
25 LUAMOD_API int (luaopen_io) (lua_State *L);
28 LUAMOD_API int (luaopen_os) (lua_State *L);
31 LUAMOD_API int (luaopen_string) (lua_State *L);
34 LUAMOD_API int (luaopen_bit32) (lua_State *L);
37 LUAMOD_API int (luaopen_math) (lua_State *L);
40 LUAMOD_API int (luaopen_debug) (lua_State *L);
43 LUAMOD_API int (luaopen_package) (lua_State *L);
H A Dluaconf.h165 #define LUAMOD_API LUALIB_API macro
/freebsd-13.1/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.c203 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine()
H A Dlutf8lib.c283 LUAMOD_API int luaopen_utf8 (lua_State *L) { in luaopen_utf8()
H A Dloslib.c426 LUAMOD_API int luaopen_os (lua_State *L) { in luaopen_os()
H A Dltablib.c424 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table()
H A Dlbaselib.c515 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base()
H A Dldblib.c478 LUAMOD_API int luaopen_debug (lua_State *L) { in luaopen_debug()
H A Dloadlib.c736 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package()
H A Dluaconf.h.dist262 @@ LUAMOD_API is a mark for all standard library opening functions.
287 #define LUAMOD_API LUA_API
H A Dlmathlib.c750 LUAMOD_API int luaopen_math (lua_State *L) { in luaopen_math()
H A Dliolib.c812 LUAMOD_API int luaopen_io (lua_State *L) { in luaopen_io()
H A Dlstrlib.c1820 LUAMOD_API int luaopen_string (lua_State *L) {
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c149 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine()
H A Dlbaselib.c279 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base()
H A Dltablib.c274 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table()
H A Dlstrlib.c1029 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string()
/freebsd-13.1/lib/liblua/
H A Dluaconf.h294 #define LUAMOD_API LUA_API macro
/freebsd-13.1/stand/liblua/
H A Dluaconf.h288 #define LUAMOD_API LUA_API macro