Home
last modified time | relevance | path

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

/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c84 luaL_getmetatable(L, SQLITE_DB_METATABLE); in sqlite_open()
144 luaL_getmetatable(L, SQLITE_STMT_METATABLE); in db_prepare()
/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c322 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable()
335 luaL_getmetatable(L, tname); in luaL_setmetatable()
344 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
H A Dlauxlib.h165 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
/netbsd-src/lib/lua/gpio/
H A Dgpio.c79 luaL_getmetatable(L, GPIO_METATABLE); in gpio_open()