Home
last modified time | relevance | path

Searched refs:luaopen_table (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dlinit.c46 {LUA_TABLIBNAME, luaopen_table},
H A Dlualib.h24 LUAMOD_API int (luaopen_table) (lua_State *L); variable
H A Dltablib.c441 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlualib.h21 LUAMOD_API int (luaopen_table) (lua_State *L); variable
H A Dltablib.c275 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1069 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()