OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaL_newmetatable
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/lua/sqlite/
sqlite.c
465
if (
luaL_newmetatable
(L, SQLITE_DB_METATABLE)) {
483
if (
luaL_newmetatable
(L, SQLITE_STMT_METATABLE)) {
/src/lib/lua/gpio/
gpio.c
296
if (
luaL_newmetatable
(L, GPIO_METATABLE)) {
/src/external/mit/lua/dist/src/
lauxlib.h
79
LUALIB_API int (
luaL_newmetatable
) (lua_State *L, const char *tname);
lauxlib.c
321
LUALIB_API int
luaL_newmetatable
(lua_State *L, const char *tname) {
517
if (
luaL_newmetatable
(L, "_UBOX*")) /* creating metatable? */
liolib.c
787
luaL_newmetatable
(L, LUA_FILEHANDLE); /* metatable for file handles */
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026