Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/lib/liblua/
Dlua.expsym37 luaL_ref
/netbsd/src/external/mit/lua/dist/src/
Dlauxlib.h100 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
Dlauxlib.c673 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
/netbsd/src/libexec/httpd/
Dlua-bozo.c125 ref = luaL_ref(L, LUA_REGISTRYINDEX); in lua_register_handler()