Searched defs:lua_setfield (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-lua/ |
H A D | dlua-script-private.h | 9 #define lua_setfield(L, i, k) (lua_pushstring(L, k), lua_settable(L, i)) macro 16 (luaL_newmetatable(L, tn) ? (lua_pushstring(L, tn), lua_setfield(L, -2, "__name"), 1) : 0)
|
Completed in 6 milliseconds