Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlauxlib.h83 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
H A Dlauxlib.c545 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
/minix3/libexec/httpd/
H A Dlua-bozo.c127 handler->ref = luaL_ref(L, LUA_REGISTRYINDEX); in lua_register_handler()