Home
last modified time | relevance | path

Searched refs:setbvalue (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dllex.c129 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
H A Dlobject.h195 #define setbvalue(obj,x) \ macro
H A Dlvm.c631 setbvalue(ra, GETARG_B(i)); in luaV_execute()
711 setbvalue(ra, res); in luaV_execute()
H A Dldebug.c219 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */ in collectvalidlines()
H A Dlcode.c346 setbvalue(&o, b); in boolK()
H A Dlapi.c577 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()