Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dllex.c130 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
H A Dlobject.h196 #define setbvalue(obj,x) \ macro
H A Dlvm.c632 setbvalue(ra, GETARG_B(i)); in luaV_execute()
712 setbvalue(ra, res); in luaV_execute()
H A Dldebug.c220 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */ in collectvalidlines()
H A Dlcode.c347 setbvalue(&o, b); in boolK()
H A Dlapi.c578 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()