Searched refs:luaL_newmetatable (Results 1 – 7 of 7) sorted by relevance
65 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
511 luaL_newmetatable(L, LUA_FILEHANDLE); /* create metatable for file handles */ in createmeta()
630 luaL_newmetatable(L, "_LOADLIB"); in luaopen_package()
112 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function
52 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
232 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function796 EXPORT_SYMBOL(luaL_newmetatable);
737 (void) luaL_newmetatable(state, info->name); in zcp_load_list_lib()