Home
last modified time | relevance | path

Searched defs:luaL_ref (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h68 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
H A Dlauxlib.c483 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.h80 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
H A Dlauxlib.c595 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function